4
Answers

Thread Synchronization

David Smith

David Smith

13y
1.2k
1
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)