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

You mentioned that you have the Cookbook. There's plenty of forking server info in there. However, I learned about writing servers in Perl from the highly underrated O'Reilly book, Advanced Perl Programming. It has great examples and explanations of non-blocking I/O, forking, etc.
  • Comment on Re: Creating a server that accepts more than one client.