9.5. Complex network servers

There are many other optiong to build a network server.
Besides providing more complex interaction with the single server one can
configure it to be able to handle multiple clients at the same time.

Just replace "use base 'Net::Server';"
by "use base 'Net::Server::PreFork';" and you have a preforking 
web server.


If you are interested in on-site trainings by the author, please contact me directly.