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

Difference between Python CGI applications and Php applications

2005-05-04 Thread praba kar
Dear all, I have a project that is conversion of Php Web applications into Python cgi applications. In my mind compare python-cgi php is better. But I want to know clearly. which one is better. so kindly show me the advantages of python-cgi compare to Php regards PRaba __