what happens behind the scenes when i create a Queue.Queue() without specifying
a maxsize?  does a block of space gets allocated initially then dynamically "expanded" as needed?  if so, what is the default size of the initial space? is it
always better to specify a big enough maxsize initially for efficiency purposes, or
does it matter much? Thanks in advance for any help/detail

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to