I am using basically the java client from http://doc.akka.io/docs/akka/2.3.12/java/io-tcp.html (public class Client extends UntypedActor) to integrate to an akka tcp backend on another machine.
Since the client is also a server it will be creating many short-lived tcp client outgoing connections. like: 127.0.0.1:5695 -> backend:99 127.0.0.1:5696 -> backend:99 .... 127.0.0.1:7696 -> backend:99 I am a little worried that I may have problems with port exhaustion . The code is running on a Linux box. Does somebody have a similar setup in production? What are you experiences so far? -- >>>>>>>>>> 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.
