Difference between Python CGI applications and Php applications

Paul Rubin http
Wed May 4 14:49:14 EDT 2005


praba kar <prabapython at yahoo.co.in> writes:
>        I have a project that is conversion of Php Web applications
> into Python cgi applications.  In my mind compare python-cgi php is
> better.

If performance is an issue you don't want to use any type of cgi.
Consider using mod_python instead.



More information about the Python-list mailing list