in reply to TCP Socket, Forking, Memory exhaustion

You should try to get Stein's "Network programming with Perl". It is a very good book about this topic. TCP Server implemented with Threads is also covered, even though this chapter uses the old thread model and not the new model. (Chapter 11) I think you should be able to download the source code somewhere.
  • Comment on Re: TCP Socket, Forking, Memory exhaustion