Re: mulithreading, dual-core
Re: mulithreading, dual-core
- Subject: Re: mulithreading, dual-core
- From: "Alexander v. Below" <email@hidden>
- Date: Sun, 25 Feb 2007 15:51:22 +0100
Am 25.02.2007 um 15:41 schrieb email@hidden:
I'm new to Xcode.
Welcome!
I use the command line utility/C++ tool. Can I use it to write
mulithreaded applications?
Yes. In the case of command line utilities, you will most probably
use POSIX Threads.
Are there any examples?
The web is full of POSIX Threading examples. One thing you should not
is that OS X does NOT support unnamed semaphores, only named semaphores.
Are there examples for writing dual-core appliications in this
environment?
Could you tell us why you would need particular information about
this? Usually, it is the task of the OS itself to schedule threads
between the available CPUs and cores, you do not need to do anything
special (other than provide enough threads) to take advantage of n Cores
Alex
_______________________________________________
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