http://www.perlmonks.org?node_id=19954

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

For a small (ultra efficent) web server spawning new sockets and transfering the connection to the new socket (child): you need fork to do that, but is there a way to do it without?

Originally posted as a Categorized Question.