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
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