Changes between Initial Version and Version 1 of Ticket #8007, comment 41


Ignore:
Timestamp:
Mar 4, 2012, 8:53:29 AM (12 years ago)
Author:
tqh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8007, comment 41

    initial v1  
    11What happens if you have an event that is signalled very seldom, lets say once a year. The thread that holds the mutex during this time could run boosted for a full year which don't seem fair to me.
    2 Perhaps just delegating one scheduling quota from a thread that gets blocked to the blocking thread would be better?
     2
     3'''Edit''': Ooops. Axel already suggested this:
     4''Perhaps just delegating one scheduling quota from a thread that gets blocked to the blocking thread would be better?''