Hi,
I am trying to use select call in multi-client model.
Here's what my code does.
# Create a socket
$sockSel = new IO::Select( $servSock );
while ( @ready = $sockSel->can_read )
{
foreach $fh ( @ready )
if ( $fh == $servSock )
{
$newConn =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.