GNOME Bugzilla – Bug 555652
[multiqueue] Should be considered full when an EOS event comes in
Last modified: 2009-10-14 09:12:13 UTC
When an EOS event arrives in a (singlequeue of a) multiqueue, that queue should be considered as filled, and the corresponding 'overrun' signal should be emitted. This follows the same logic as in queue2. The side effects of this proper handling means that a lot of small files that don't fill the multiqueue size will now work.
Created attachment 120258 [details] [review] Consider singlequeue full if we have received EOS
not 100% correct yet in fact, it causes deadlocks somewhere.
gah, looks like this was already fixed. Closing