Python with Apache 2.0

Damjan gdamjan at gmail.com
Fri Nov 19 13:32:52 EST 2004


> 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.


-- 
damjan



More information about the Python-list mailing list