aaaaa12345
Programmer
I have a problem where I have a TCP/IP client and server. The client sends a message to server and server processes the request. It writes back the response to socket. Normally everything is fine.
But sometimes, the read failes with 'errno=EINTR' and as per man pages, you have to go back for the read. This hangs and after 2-3 minutes, it once again failes with EINTR. So the whole thing is hanging.
I am working on SUN Solaris 2.6
Please respond.
Thanks
aaaaa12345
But sometimes, the read failes with 'errno=EINTR' and as per man pages, you have to go back for the read. This hangs and after 2-3 minutes, it once again failes with EINTR. So the whole thing is hanging.
I am working on SUN Solaris 2.6
Please respond.
Thanks
aaaaa12345