in reply to Listening on multiple ports using IO::Select

Given that you have a non-forking server, you might want to look at POE so you can have cooperative "threads" in your single process (even without true Thread support from Perl).

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Listening on multiple ports using IO::Select