[mod_python] Mod_Python 2.7.8 and threading

Hr. Daniel Mikkelsen daniel at copyleft.no
Sun Jun 1 23:39:27 EST 2003


On Sun, 1 Jun 2003, Russell Yanofsky wrote:

> Hi, I'm trying to get write a multithreaded script to run under mod_python
> and apache 1.3 on linux, but the script seems to just freeze up at the point
> of thread creation leaving the http connection open but not doing anything
> else.

Apache 1.3 doesn't support threading. So neither does mod_python when combined
with it. Upgrade Apache.

-- Daniel



More information about the Mod_python mailing list