[mod_python] Background threads in mod_python

Christian Gross christianhgross at gmail.com
Fri Jul 28 18:08:48 EDT 2006


Hi,

I have been using mod_python and am wondering about creating
background threads. I can create the background thread, but if the
thread requires a longer processing time than the request the
background thread is exited.

Is it possible to create a background thread and have it execute
without being killed?

Thanks

Christian Gross


More information about the Mod_python mailing list