in reply to Creating a server that accepts more than one client.

Just to add another module to the list:

If you decide not to fork, you can use IO::Multiplex to handle the non-blocking stuff.

  • Comment on Re: Creating a server that accepts more than one client.