Would cgi be the only option if my webhosting doesn't have psp, zpt, cheetah or mod_python?

jepler at unpythonic.net jepler at unpythonic.net
Wed Nov 23 21:05:00 EST 2005


You might benefit some from scgi.  From the httpd side, you can either use
"mod_scgi" in the server or "cgi2scgi" if can't install mod_scgi.

cgi2scgi doesn't have all the performance benefit of mod_scgi, but cgi2scgi is
a fairly lightweight "C" program.

	http://www.mems-exchange.org/software/scgi/

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20051123/ec75ce70/attachment.sig>


More information about the Python-list mailing list