Sporadic posts about my interests, e.g. software development (mostly .NET), technology in general and some occasional rant.
Browse by Tags
All Tags »
concurrent programming (
RSS)
-
|
Microsoft Research has released CHESS , an automated tool for finding errors like data-races, deadlocks, and hangs in multithreaded applications by systematically exploring thread schedules (it has even discovered bug in PLINQ). Once error is located...
|
-
|
This is my first one but certainly not the last one post about the concurrent programming in C#. Free lunch is over is an excellent text which shows why concurrent programming matters. If you ever read anything about it, you have probably noticed that...
|