Semaphores

  • Thread starter Thread starter Steven Spencer
  • Start date Start date
S

Steven Spencer

Hi, I'm doing an IT degree at university, and my lecturer's do not teach
m$ technologies. I was wondering if anyone could point me to the
implementation of mutex's and semaphores in .net? Or the microsoft
equivalent of them.
 
Steven,
If you want to see the actual code for the implementation of Mutex,
Semaphore, etc. , download yourself a copy of Lutz Roeder's free Reflector
product, Load MsCorlib, and use the built - in disassembler to see the actual
code in your favorite language.
Peter
 
I'm afraid this will not work for him, since they are implemented in .NET
framework by calling WinAPI.
And Semaphore class is in System.dll, not in mscorlib.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top