1c1 Subj : Re: C++ Threading Library To : comp.programming.threads From : Roberto Waltman Date : Thu Oct 06 2005 11:42 pm ostheimer@gmail.com wrote: >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 ... >.. little more Object Oriented then Posix threads Check the ACE threads package: http://www.cs.wustl.edu/~schmidt/ACE.html . 0