Re: Difference between Python CGI applications and Php applications

2005-05-04 Thread Paul Rubin
praba kar <[EMAIL PROTECTED]> 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. -- http:/

Re: Difference between Python CGI applications and Php applications

2005-05-04 Thread Ville Vainio
> "Praba" == praba kar <[EMAIL PROTECTED]> writes: Praba> Dear all, Praba> I have a project that is conversion of Php Web applications Praba> into Python cgi applications. In my mind compare You might want to look into mod_python and psp (python server pages) for a more straight