I am reading through the msdn articles about windows synchronization. It is really good & thorough material. At the same time is very time consuming. I am more interested in a quick comprehensive guide on the same topic. Any pointers?
I am reading through the msdn articles about windows synchronization. It is really good
Share
This is a list of the concepts that I use in my native (unmanaged, Win32) application. I’ve added some relevant function names between parenthesis):
Besides these you could also use a file to implement locking (e.g. between processes running on different machines):