General information about .NET, Silverlight, WPF, WCF and everything else
Tuesday, January 18, 2011
The Semaphore Class in C#
Using the Semaphore class we can limit the number of threads that can execute a specific code segment concurrently with others. The following video clip shows and explains that.