[Twisted-Python] Synchronous Code Fishbowl

Philip Jenvey pjenvey at groovie.org
Thu Jun 1 19:00:27 EDT 2006


On May 31, 2006, at 7:10 AM, Matt Goodall wrote:
> After that, I think the queue implementation is ok.
>
>
> And some people insist that threading is easy ;-).
>

Alternatively you could take advantage of python's built in thread- 
safe Queue.Queue. Simply extend it and overwrite the private methods  
(_put, _get, etc.)

--
Philip Jenvey





More information about the Twisted-Python mailing list