Re: robust all-perl web server, was Re: asynchronous execution
[email protected] (Rocco Caputo) Wed, 20 Nov 2002 18:04:16 -0500
| Newsgroups | perl.p5ee |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 20, 2002 at 05:14:30PM -0500, Stephen Adkins wrote: > > * Is there a robust all-perl web server? > i.e. HTTP::Daemon combined with Net::Server? > HTTP::Daemon - an all-perl web server (single request at a time) > Net::Server - multi-process, lots of nice things that Apache has POE::Component::Server::HTTP is all-perl, but I don't know if it pre-forks. POE's cookbook has a pre-forking web server that's a little more involved. There's also POE::Component::Server::SOAP, which is a SOAP over HTTP server. -- Rocco Caputo - [email protected] - http://poe.perl.org/