I would user a singleton (http://doc.akka.io/docs/akka/2.3.10/contrib/cluster-singleton.html). But maybe this is not the best practice. I'm waiting with you replies from the masters :)
gp Il giorno mercoledì 13 maggio 2015 16:55:18 UTC+2, castagu ha scritto: > > Hi, > > I am a new user of Akka and I have a question so I ask for your help: > > Currently, I have a cluster with many nodes that access a relational > database for querying jobs to execute. I use table locking mechanism to > avoid that one job executes in many nodes. > Is it posible replace this mechanism using Akka? Could you give me a clue > how can I do that. > > Thanks. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
