Tyler Littlefield wrote: > or you could just use windows threads and elimenate having the overhead. >
Or you could avoid OS-specific code as much as possible and write portable software. It may or may not matter in this case, but my first reflex is to reach for a platform-independent library or framework. -- John Gaughan http://www.jtgprogramming.org/