Subj : C++ Threading Library To : comp.programming.threads From : ostheimer Date : Wed Oct 05 2005 06:40 am Hello, I am looking for a C++ threading library that will not have major performance drawbacks. I'm looking for something fast to use in real time processing as well as something intuitively easy, similar to java's "implements runnable". Trying to find something a little more Object Oriented then Posix threads, but don't want a major performance loss. Thanks for your time. Drew .