[EMAIL PROTECTED] writes:
> Or make the consumers daemon threads so that when the producers are finished
> an all non-daemon threads exit, the consumers do as well.

How are the consumers supposed to know when the producers are
finished?  Yes, there are different approaches like sentinels, but the
absence of a unified approach built into the library really does seem
like a deficiency in the library.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to