This post originated from an RSS feed registered with .NET Buzz
by Udi Dahan.
Original Post: Non-deterministic .Net library code
Feed Title: Udi Dahan - The Software Simplist
Feed URL: http://feeds.feedburner.com/UdiDahan-TheSoftwareSimplist
Feed Description: I am a software simplist. I make this beast of architecting, analysing, designing, developing, testing, managing, deploying software systems simple.
This blog is about how I do it.
I ran into this when doing a code review on one of my projects. I was looking over some library (dll) code, and found an interesting performance issue relating to multi-threading that I thought I'd share. I'll be translating the...