02-23-2006 02:12 AM
02-23-2006 04:29 PM
02-23-2006 05:17 PM
Hi Anil
There are advantages to using semaphores at times. If you need the use of semaphores then I suggest using the windows SDK directly.
Example: Semaphores can be used for interprocess communication. Different process can obtain a handle to the same semaphore object.
See functions:
CreateSemaphore
OpenSemaphore
ReleaseSemaphore