Close
jGuru Forums
Posted By: anil_dasa Posted On: Thursday, November 29, 2007 06:44 AM
we are using select system call in one thread that is holding a socket, this thread is server side of socket, select sytem call is used to know some pending connect requets and for some thing to read from the socket, we are keeping the time out as 2 secs, but this thread is hangig for more than 2 sec at the select statement.
Re: select() system call is blocking for more time than given time out
Posted By: Robert_Lybarger Posted On: Thursday, November 29, 2007 08:58 PM