GE interview question

Not difficult but, "What is a semaphore?"

Interview Answer

Anonymous

7 Feb 2013

A Semaphore is a data type that tracks usage of resources for software systems with multiple processes operating at once. The semaphore tells the software when resources are available to run your next process and prevents race conditions.