Re: [Tutor] python queue

2009-09-16 Thread Kent Johnson
On Wed, Sep 16, 2009 at 8:04 PM, Jeff Peery wrote: > > Hello, > Does anyone know if there is there a way to look at a queue's contents? Or > prevent duplicate messages from being put into a queue? The docs don't show > anything useful. The reason is that I'm collecting and drawing data. one > t

[Tutor] python queue

2009-09-16 Thread Jeff Peery
Hello, Does anyone know if there is there a way to look at a queue's contents? Or prevent duplicate messages from being put into a queue? The docs don't show anything useful. The reason is that I'm collecting and drawing data. one thread collects, and one thread draws. each time one sample is co