W
William McIlroy
Guest
My C# program is trucking along, reading and writing, reading and writing.
Suddenly, and without warning, it is diverted by an exception, as follows:
The Semaphore Timeout Period Has Expired. Sounds like the horse I bet on
came in last.
Obviously, a semaphore is a fancy Ivy League computer science department
amalgamation of a counter and a critical code lock. My program does not use
semaphores. But, I bet Windows does. What in heck is going on here? How
many other creepy things, like this unexpected OS hallucination, must I deal
with? And where?
--
William McIlroy
Suddenly, and without warning, it is diverted by an exception, as follows:
The Semaphore Timeout Period Has Expired. Sounds like the horse I bet on
came in last.
Obviously, a semaphore is a fancy Ivy League computer science department
amalgamation of a counter and a critical code lock. My program does not use
semaphores. But, I bet Windows does. What in heck is going on here? How
many other creepy things, like this unexpected OS hallucination, must I deal
with? And where?
--
William McIlroy