On Thu, Sep 04, 2003 at 08:43:50AM -0500, Garrett Goebel wrote: > Leopold Toetsch wrote: > > Garrett Goebel <[EMAIL PROTECTED]> wrote: > > > > > As I was googling to see how other people have approached > > > these problems I ran across: > > > > > http://blogs.gotdotnet.com/cbrumme/CategoryView.aspx/CLR > > > > What did you find there, besides a description that a certain > > company is producing b0rken software ;-) > > The thoughts of a CLR developer on implementation issues: mistakes made, > lessons learned, nasty things to keep in mind, etc. Discussions of lock-free > thread-safe coding issues, balancing the CLR's memory model with cpu memory > models, GC, finalization, exceptions, MP, NUMA, JIT, security policies, > managed code, typing, shared vtables, marshaling, serialization.
But not hugely indexed and with a lot of Win32 specific detail (Although there are section headers). For example the term "lock-free" seems to occur three times, and none seem to be discussions on how to go about writing lock-free code, merely references to it. (Or did you mean that we should read some of the comments too?) Are there specific permalinks of blog entries that discuss individual items in your list above, to save us all trying to wade through masses of text? Nicholas Clark