
Also consider using Boost.Threads. BTW, boost has several other nice utilities. http://www.boost.org/doc/html/threads.html []s Davi de Castro Reis Jerry Feldman wrote:
On Wednesday 21 September 2005 10:36 am, cjtaylor_mail-suse@yahoo.com wrote:
Is there a site that contains c++ base classes. I am looking to develop an application that is multithreaded. I am hoping that there is a base class available that has the thread capabilities, message queues, and signal processing. This is not for a class. This is for a utility to display ascii string sent via udp from an embedded device to aid in debugging. Any help is appreciated.
There are a lot of good C++ sites: Try this for threads: http://threads.sourceforge.net/ http://www.geocities.com/SiliconValley/Heights/6038/dthreads.html
Additionally, remember that the STL is NOT threadsafe, and probably never will be. However, companies, like Rogue Wave do provide threadsafe C++ STL alternatives.