Pros and cons with a ready-queue for diffrent semaphores in a mini OS.
- by Joelmob
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.