Best way to implement a timed queue?

Thomas Ploch Thomas.Ploch at gmx.net
Thu Jan 4 09:32:21 EST 2007


Hello folks,

I am having troubles with implementing a timed queue. I am using the
'Queue' module to manage several queues. But I want a timed access, i.e.
only 2 fetches per second max. I am horribly stuck on even how I
actually could write it. Has somebody done that before? And when yes,
how is the best way to implement it?

Thanks,
Thomas



More information about the Python-list mailing list