How to use threading and Queue modules

Paul Moore gustav at morpheus.demon.co.uk
Tue Mar 4 14:05:20 EST 2003


"Martin v. Löwis" <martin at v.loewis.de> writes:

> Ah, so you are concerned that the queue may fill up? Don't be: If you
> don't give a maximum size for queue construction, the queue is
> unbounded.

Thank you. I had, indeed, missed the fact that the queue is unbounded
by default. I went straight to the "Queue Objects" section, and never
read the module overview section (which clearly states that you don't
have a limit unless you ask for one).

Sorry for the dumb question.

Paul.
-- 
This signature intentionally left blank




More information about the Python-list mailing list