Glossary:Definition - Semaphore

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term Semaphore
 Definition  A token passed between two or more devices and used for sharing a common resource. When multiple processes compete for the same kernel resources, this programming technique is used to coordinate their activities. Commonly, semaphores are used for sharing a common memory space or file access. Semaphores are one of the techniques available for interprocess communication.
 See also Mutex
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools