Sign in
Eric Eilebrecht's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Concurrency
Managed
Memory Models
ThreadPool
Unmanaged
Archive
Archives
September 2010
(1)
June 2009
(1)
April 2009
(1)
November 2008
(1)
June 2008
(1)
May 2008
(2)
March 2008
(2)
November 2007
(2)
October 2007
(1)
March 2007
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Eric Eilebrecht's blog
Which managed memory model?
Posted
over 6 years ago
by
Eric Eilebrecht - MSFT
1
Comments
In this article , Vance Morrison describes some of the issues involved in writing managed multithreaded code that avoids the use of locks. In particular, he discusses the impact of memory models on lock-free (or low-lock) programming. For managed code...
Eric Eilebrecht's blog
What synchronization primitives would you like to have in the .NET Framework?
Posted
over 6 years ago
by
Eric Eilebrecht - MSFT
0
Comments
The .NET framework currently offers several synchronization primitives: Monitors (via the Monitor class. C# users know this as the "lock" statement) Two varieties of reader/writer lock (ReaderWriterLock / ReaderWriterLockSlim) Events (ManualResetEvent...
Page 1 of 1 (2 items)