Hi monks. Can any Perl networking gurus help me out here?
I'm trying to do non-blocking network IO in Perl.
I need to be able to create a few sockets and try to connect each one in a non-blocking way. Each connect attempt will then be checked periodically, and the sockets that get connected successfully will be added to a list. I then need to periodically select() the connected sockets from the list to check for readability and writability, and do non-blocking reads and non-blocking writes to each socket as needed.
My questions are as follows:
Any replies are greatly appreciated.
In reply to Non-blocking network IO in Perl? by William G. Davis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |