I have a windows forms app that I am checking all the serial ports to see if a particular device is connected.
This is how I spin off each thread. The below code is
The simplest and safest way to do this is to use a CountdownEvent. See Albahari.