I have created a TCP/IP socket connection to the remote server .We take new socket each time we communicate and release it after use. But after some days we get disconnected to that remote server and error appears as if ‘No Connection to remote server is avaliable’. Currently only solution to this problem is, we need to restart the ‘our Machine’, which afterwards returns sockets as we want. We are using Linux7.3 for server setup ,is there problem with Linux version we are using, for handling sockets?
or can anybody tell me how the linux handles socket connections .Is there any queue which handles TCP
connections?
Help ASAP is appreciated .Thanks