I want to build thread synchronization between 2 processes. basically one thread is running in a App1.exe and a second process is running in App2.exe. How do i synchronize these 2 threads in windows. can someone please share some examples or links.
Possibilities:
boost::mutex. One reason to prefer this is the provided scoped_lock feature that ensures a lock is released regardless of how a scope is exited (exception or multiple return statements).If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With