[Zope3-dev] New thread start notification
Garrett Smith
garrett at mojave-corp.com
Thu Dec 23 11:27:38 EST 2004
I'm dealing with a multi-threaded external library that requires an
explicit 'attach' whenever run in a thread created in Python. What would
be a good approach for detecting a new thread start in Zope?
I currently perform the 'attach' whenever I think I might be exercising
the external code, but this brute force. I'd prefer to attach once
around the time the new Zope thread is started.
-- Garrett
More information about the Zope3-dev
mailing list