Sign In
Vance Morrison's Weblog
Vance Morrison is currently an Architect on the .NET Runtime Team, specializing in performance issues with the runtime or managed code in general.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Architecture
Concurrency
Intro to programming
Perf
Tools
Archive
Archives
March 2012
(1)
January 2012
(2)
December 2011
(1)
August 2010
(1)
October 2009
(1)
July 2009
(1)
May 2009
(2)
February 2009
(1)
October 2008
(7)
September 2008
(1)
August 2008
(2)
May 2008
(1)
August 2007
(1)
April 2007
(3)
October 2006
(2)
September 2006
(2)
March 2006
(4)
February 2006
(3)
March, 2006
MSDN Blogs
>
Vance Morrison's Weblog
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vance Morrison's Weblog
Analysis of Reader-Writer lock
Posted
over 6 years ago
by
Vance Morrison
14
Comments
In my last post I posted readerWriterDemo.cs which is an implementation of a Reader-Writer lock. I held it up as an example of good design of a concurrent data structure. I want to now show you a bit of what my thinking was when it was designed and what...
Vance Morrison's Weblog
Low-Lock Techniques in action: Implementing a Reader-Writer lock
Posted
over 6 years ago
by
Vance Morrison
18
Comments
In my article What Every Dev Must Know About Multithreaded Apps I discuss the fundamental principles of using locks correctly. In that article I strongly encourage the use of reader-writer locks because these locks create the protection you need (insuring...
Vance Morrison's Weblog
Digging into interface calls in the .NET Framework: Stub-based dispatch.
Posted
over 6 years ago
by
Vance Morrison
10
Comments
In my last blog , I demonstrated how to use the .NET SOS.DLL extension DLL in the Visual Studio. In this entry I will use the capabilities of this extension DLL to dig into the way the .NET framework handles interface dispatch. As with all my blog entries...
Vance Morrison's Weblog
Getting down to the metal: using the CLR Runtime's SOS extention in Visual Studio
Posted
over 6 years ago
by
Vance Morrison
5
Comments
In my last blog I talked a bit about how you go about using Visual Studio to look at "Release" code so that you can find out what code is actually generated by a particular high level programming construct. As a quick recap the tricky part of insuring...
Page 1 of 1 (4 items)