Subj : Unit Testing for Thread-Safe code To : comp.programming.threads From : neruson_newsletter Date : Mon Mar 07 2005 04:22 am Hi all, This is proabably a very stupid question, yet anyone might have thought of, when they try to programm anything in parallel system. I wonder if there is any existing way/pattern/code/tool or even practice for doing unit testing for any source code/class/module for thread-safe issue. I believe any effort to make code thread-safe, and always run an unit testing for your code is a first-step of defensive programming practice, before getting into the crazy mutli-threaded bug. Thanks in advance for any comment. Initial-N .