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