David Smith

David Smith

  • NA
  • 2k
  • 0

Thread Synchronization

Oct 4 2011 4:16 PM
http://http://www.c-sharpcorner.com/Forumnew links/Thread/142312/threading.aspx


What is your definition of Synchronization?


Can you point out some weird issues when dealing with Thread
Synchronization?  In my past experience. I experience a lot timing issues etc.....



Well my definition is to ensure that your sets are completely processed before you gets happen. These issues happens when you have threaded methods that are not Asynchronus methods. This is were locks and semaphores comes into place.


Answers (4)