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/

Reply via email to