On Wed, 14 Apr 2010 13:15:19 +0900 FUJITA Tomonori <[email protected]> wrote:
> fix a bug that A SIMPLE work wronly passes blocked ORDERED works. > > 1. a SIMPLE work is on the pending_list > 2. when a new ORDERED work comes, then it added to the blocked_list. > 3. then a new SIMPLE work comes, it's wrongly added to the blocked_list (it > should be delayed untile the above ORDERED work finishes). > Should have been: 3. then a new SIMPLE work comes, it's wrongly added to the pending_list. It will be executed wrongly before the above ORDERED. It should be delayed untile the above ORDERED work finishes. -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
