synchoronization with windows kernal objects
ijas1981
Member Posts: 19 ■□□□□□□□□□
I want to know exactly what is the point of using the following in .net 2.0 c# no 3.0
.......................................
there are two methods. lets say A and B.
A is ReaderwriterLock class.
B is synchoronization with windows kernal objects
......................................
I was able to understand A
I am unable to understand B
B is
mutex
semaphore
event
.
.......................................
there are two methods. lets say A and B.
A is ReaderwriterLock class.
B is synchoronization with windows kernal objects
......................................
I was able to understand A
I am unable to understand B
B is
mutex
semaphore
event
.
Comments
-
JDMurray Admin Posts: 13,090 AdminBefore you can learn about Windows programming with .NET, you need to have a solid understanding of operating system concepts, such as multi-threading, interprocess communication (pipes, semaphores, mutexes) and signals (interrupts, events).
Books on operating system concepts at Amazon.com -
ijas1981 Member Posts: 19 ■□□□□□□□□□is this ok.
or do i need more .
http://koti.mbnet.fi/niclasw/MutexSemaphore.html
iif i need more please suggest me some thing