Python with Apache 2.0

Chang LI changli_to at hotmail.com
Sat Nov 20 01:40:32 EST 2004


Damjan <gdamjan at gmail.com> wrote in message news:<306sikF2sueanU1 at uni-berlin.de>...
> > Does python support threads safely along with Apache 2.0 in web
> > applications.
> 
> Are you talking about mod_python?
> If so, then yes. But note that Apache threads entering the python
> interpreter (via mod_python) will be serialized on the GIL.

Yes, use mod_python. I plan to use Python to replace PHP and other
languages. The low efficient CGI will be replaced by embedded Python
program. Apache 2.0 is faviority becuase the threads are must have
features.



More information about the Python-list mailing list