Web devel with python. Whats the best route?

Sam Penrose spenrose at well.com
Sun Jan 7 22:49:41 EST 2001


In article <mailman.978910629.6814.python-list at python.org>, Chris 
Watson <chris at voodooland.net> wrote:

> 
> 	I'm about to start converting the small fool proof (ha ha) admin
> system I have been working from console based to web based. What is the
> easiest way to go about integrating python into apache so I can start
> web'izing this app? mod_python, mod_snake, PyApache? 
> 	

0) PyApache appears defunct and leaks memory under RedHat Linux 6.

1) The easiest way might well be CGI. Intel Linux boxes hold up very 
well on CGI; a PIII/SCSI server with plenty of RAM can comfortably 
handle tens of thousands of CGI hits a day.



More information about the Python-list mailing list