Python with Apache 2.0

Graham Dumpleton grahamd at dscpl.com.au
Sun Nov 21 16:46:07 EST 2004


changli_to at hotmail.com (Chang LI) wrote in message news:<89cc6e1f.0411190632.2976b3e1 at posting.google.com>...
> Does python support threads safely along with Apache 2.0 in web applications.

Yes, but the latest version of mod_python (3.1.3) has a couple of bugs
in it in relation to threads which can cause problems when using a
threaded MPM with Apache. No indication has been given as to when
they will be fixed so you should patch the bugs yourself for now.

You can find some details and the patches at:

  http://www.dscpl.com.au/projects/vampire/PATCHES

There is a discussion on the mod_python mailing list archives at:

  http://www.modpython.org/pipermail/mod_python/2004-October/thread.html

Look for the thread starting with "Udate python modules without restarting Apache".
It is this discussion which lead to the uncovering of the bugs.



More information about the Python-list mailing list