[Python-Dev] Using logging in the stdlib and its unit tests (original) (raw)

Vinay Sajip vinay_sajip at yahoo.co.uk
Thu Dec 9 09:26:35 CET 2010


Glenn Linderman <v+python g.nevcal.com> writes:

Or what am I missing?

That threads are not necessarily dedicated to apps, in a real world setting. Depending on the server implementation, a single thread could be asked to handle requests for different apps over its lifetime. So the only way of knowing which threads are currently servicing a particular app is to maintain a set of them.

Regards,

Vinay Sajip



More information about the Python-Dev mailing list