Thread Synchronization and Synchronization Primitives(www.dotnetblocks.com)
submitted by
DotNetBlocks(393) 1 year, 4 months ago
When considering synchronization in an application, the decision truly depends on what the application and its worker threads are going to do. I would use synchronization if two or more threads could possibly manipulate the same instance of an object at the same time. An example of this in C# can be demonstrated through the use of storing data in a static object.
|category: Architecture
|Views: 4
tags:
Architecture another
Everyones tags:
Your Tags: