Hello to all. We need to implement application that will keep UDP connections to clients.Clients are not akka based as they use standart protocol and different applications can connect to application. The desired structure with AKKA would be : Managers - Cluster of several servers that should maintain network connections to client and split work for workers. Workers - Other servers that will do a computation job only.
The solution should not have single point of failure , and for workers everything is clear , if some server goes down , others continue to work. But for managers we are having a problem , since if some server that initiated UDP connection will go down , clients that where maintained by this server will get disconnected. Is there any option that UDP socket will be handled by multiple servers ( e.g virtual ip address that will be controlled by all available managers ? ). Best regards Yulian Oifa -- >>>>>>>>>> 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 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/groups/opt_out.
