> If I understand you want a single actor instance in a cluster of akkaYes, that's true.
servers?
Yes, I think that's the only solution at this Akka version. The
> In order to solve the problem of a 'get or create' senario you will need a singleton actor
problem with this solution is what to do when the machine that
contains that actor dies.
I'm thinking of using Hazelcast with its distributed lock feature
together with Akka:
http://www.hazelcast.com/docs/2.4/manual/multi_html/ch02s07.html
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
Patrik Nordwall
Typesafe - The software stack for applications that scale
Twitter: @patriknw
I have created two implementations of this on akka 2.0.4. If I get some time this weekend Ill try to write up a description.
-A
On Thursday, January 10, 2013 4:27:30 PM UTC-8, Ngoc Dao wrote:> Does that cover what you need?Yes. Lots of thanks Patrik.
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.