[Twisted-Python] question about thread and threadpool

wang wei wgwigw at gmail.com
Tue Mar 20 20:01:11 MDT 2007


the document said:
# run method in thread
reactor.callInThread(aSillyBlockingMethod, "2 seconds have passed")
but after above code, Is that Thread dead? and how can I re-use this thread?
and if I create a thread using python thread module, can I use reactor to
re-use it?
there is a threadpool in twisted, is there any example of how to use it?
thanks for any advices.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20070321/dcae0753/attachment.html>


More information about the Twisted-Python mailing list