Re: mulithreading, dual-core
Re: mulithreading, dual-core
- Subject: Re: mulithreading, dual-core
- From: Christopher Hunt <email@hidden>
- Date: Mon, 26 Feb 2007 09:47:15 +1100
On 26/02/2007, at 7:07 AM, email@hidden wrote:
For a command line C++ tool, you'll want to use pthreads, as someone
else explained. The basic operation of pthreads is pretty simple and
like most other similar implementations. There are a few very
important points to know:
You may also want to check out the boost library. It offers a cross
platform set thread classes that I think are modeled around pthreads.
It is also free. :-)
http://www.boost.org/doc/html/threads.html
Cheers,
-C
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden