in reply to Writing a simple TCP server and connection handling
Also, you don't seem to use IO::Select or select itself, and it has very useful can_read, can_write, and timeout tests available to use. Also see Knowing when a socket connection is dead
|
|---|