http://www.perlmonks.org?node_id=519868


in reply to Re^3: IO::Select and sockets
in thread IO::Select and sockets

Any servers that handles mutliple connections must

All of these can occur at the same time, which is why can_* are insufficient, and select is desired on the server side.

 

Any clients that handles mutliple connections must

All of these can occur at the same time, which is why can_* are insufficient, and select is desired on the client side.