Re: threading.local _threading_local problems

2007-09-21 Thread Gabriel Genellina
En Fri, 21 Sep 2007 14:36:34 -0300, Jd <[EMAIL PROTECTED]> escribi�: > Hi > I have the following situation.. Have a worker thread, that does the > "work" given to it. While doing work, some of the objects use thread > local storage for storing that requires explicit close. e.g. connection > hand

threading.local _threading_local problems

2007-09-21 Thread Jd
Hi I have the following situation.. Have a worker thread, that does the "work" given to it. While doing work, some of the objects use thread local storage for storing that requires explicit close. e.g. connection handles. These objects are long living. The worker, does not have any direct access