mod_python and threads

Achim Domma achim.domma at syynx.de
Fri Dec 28 10:32:55 EST 2001


Hi,

I'm playing around with mod_python and I like it, but I don't understand how
it handles multiple threads. I think apache holds a pool of threads to
handle request, so what happens if mod_python uses only one subinterpreter
per virtual server ? Are request handled in a serial way or do I have to
write threadsafe code ?

could somebody enlighten my please ?

greetings
Achim





More information about the Python-list mailing list