develooper Front page | perl.p5ee | Postings from November 2002

Re: robust all-perl web server, was Re: asynchronous execution

Thread Previous | Thread Next
From:
Nigel Hamilton
Date:
November 21, 2002 00:07
Subject:
Re: robust all-perl web server, was Re: asynchronous execution
> >  * 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.
> 

Hi,

	I've been doing a bit of research in this area .... here are some 
other things I found interesting:

	[1] http://openpsp.org - Perl only web server
	[2] Networking in Perl - Lincoln Stein's masterpiece book on Perl 
	    servers - lots of server flavours: pre-forked threaded
	[3] SpeedyCGI - pre-forking Perl daemons [?]
		
	Unfortunately, none of these things 'fit the bill' for me 
completely ... I need a pre-forking, light weight, pure Perl, HTTP daemon 
that can do SSL, with GZIP compression.

	All the bits seem to be there ... but not together in one place.
	

NIge


> -- Rocco Caputo - troc@pobox.com - http://poe.perl.org/
> 

-- 
Nigel Hamilton
Turbo10 Metasearch Engine

email:	nigel@turbo10.com
tel:	+44 (0) 207 987 5460
fax:	+44 (0) 207 987 5468
________________________________________________________________________________
http://turbo10.com		Search Deeper. Browse Faster.


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About