Re: mod_python and threads

2005-12-19 Thread grahamd
Depends on what you mean exactly. If one is on Win32 or using worker mode for Apache, the threads are actually initially created down at the Apache level as part of a common pool and are not bound to a specific Python interpreter. That is, two distinct requests in time could make use of the same t

mod_python and threads

2005-12-19 Thread skip
I'm just getting started with Myghty and using it under mod_python (also a new beast for me). Do I have to worry about threading conflicts between different mod_python interpreters or are they all independent? Thx, Skip -- http://mail.python.org/mailman/listinfo/python-list