Related resources for Semaphore Class
  • Threading with Semaphore in C#12/10/2011 1:13:39 AM. The semaphore class works similar to the Monitor and Mutex class but in this you can set a limit on how many threads have access to a critical area.