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


in reply to Re: Timeout for timeout for an established connection
in thread Timeout for an established connection

How to do it? Check each socket? Suppose, there is 1000 sockets. Poll said that two of them are available to read. During 0.2 seconds, will be available for 2 more. You say every time check the other 998?