PDA

View Full Version : Multithreaded programming blog



Steve Reece
May 23rd, 2011, 11:56 PM
For those that might be interested, I have a new post on my website about multithreaded unit testing.

Writing Multithreaded Unit Tests (http://www.stevesdevbox.com/Home/Blog/2011/5/23)

Zach Wingo
May 27th, 2011, 02:48 AM
I'm not familiar with C#...the closest thing I've come to it is C and Java.

Steve Reece
May 28th, 2011, 10:35 AM
I'm not familiar with C#...the closest thing I've come to it is C and Java.

The ideas should work in Java. Java supports most the same primitives. You'd just be using jUnit or some such thing.