Promoting Python as web application development language

Jon Ribbens jon+usenet at unequivocal.co.uk
Sat Aug 24 13:54:17 EDT 2002


In article <7xhehkd95h.fsf at ruckus.brouhaha.com>, Paul Rubin wrote:
> You can't really do a big site with CGI's.  The forking overhead will
> kill you.  You need mod_python or FastCGI or some other scheme.

Then try using jonpy (http://jonpy.sf.net/) which allows you to write
your code once and it will work unchanged with CGI, FastCGI or
mod_python ;-)

> I'd say bite the bullet and come up with a server side session
> mechanism including any persistence and sharing required.

jonpy takes care of all that too ;-)



More information about the Python-list mailing list