In message <[EMAIL PROTECTED]>, Gabriel Genellina wrote: > Usually it's more efficient to create all the MAX_THREADS at once, and > continuously feed them with tasks to be done.
Given that the bottleneck is most likely to be the internet connection, I'd say the "premature optimization is the root of all evil" adage applies here. -- http://mail.python.org/mailman/listinfo/python-list