As I know, if you run PHP as a module for Apache is faster than running
as CGI. Also Python scripts can be run as a module(faster) or as CGI. The
main disadvantage for Python as a module is that you don't get all the
facilities of CGI.
--
PHP General Mailing List (http://www.php.net/)
To unsu
This is one of those questions that will get lot's of different answers
depending on your responders perspective. This is my view;
PHP can be executed as a CGI or as a MOD by Apache (or most web servers).
This means that Apache can load a fresh copy of PHP with each browser
request to the server
2 matches
Mail list logo