How to handle so many socket connection
Thursday, September 10, 2009 at 5:25AM
d17may in General Discussion, socket

In my application, we receive request from many clients through socket.Client can connect to this socket and send data. this connection has to be maintained for indefinite hours. Client are continously sending data . There are so many clients simultaneously to server. I am using java to make application which listen on port and do processing on data. How can i scale this socket overhead. Is there any product which helps in maintening socket .

Article originally appeared on (http://highscalability.com/).
See website for complete article licensing information.