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.
| Prev | Home (Copyright Gabor Szabo) Perl Training Israel | Next |
| Echo Server | Up | Command Line Interface |