What is Semaphore?

Questions by Beena   answers by Beena

Showing Answers 1 - 4 of 4 Answers

sridhar

  • Sep 22nd, 2005
 

A data object that represents the right to use a limited resource, used for synchronization and communication between asynchronous processes.

  Was this answer useful?  Yes

sumit01_77

  • Jan 25th, 2006
 

In simple terms a Semaphore is a unit or resource which is used for synchrosation between two processes , it is kind of flag (in abstract terms) which every process will check before processing ahead to avoid the deadlock situationAshish

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions