walterbyrd wrote:
> I think I have read somewhere that using Python to develop
> web-applications requires some restarting of the Apache server, whereas
> PHP does not.
> 

first thing... there are many many ways how to run a python-apache web 
application..

- mod_python
- cgi
- fastcgi
- sci
- proxy

also the same way, for php:
- mod_php
- fastcgi
- cgi
- (maybe something more, i'm not much experienced with php)

so first you should tell us which python-solution would you like to 
compare to which php-solution..


gabor
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to