Pros and cons with a ready-queue for diffrent semaphores in a mini OS.

Posted by Joelmob on Stack Overflow See other posts from Stack Overflow or by Joelmob
Published on 2010-05-25T17:38:36Z Indexed on 2010/05/25 17:41 UTC
Read the original article Hit count: 164

In a OS we originally have a ready-queue for the threads, note only one queue. Why would it be better to have different queues for each semaphore. Pros and cons can be about efficiency, complexity or something else.

© Stack Overflow or respective owner

Related posts about assembly

Related posts about threads