GE Interview Question

Not difficult but, "What is a semaphore?"

Interview Answer

Anonymous

Feb 7, 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.