• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: mulithreading, dual-core
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >mulithreading, dual-core (From: email@hidden)

  • Prev by Date: mulithreading, dual-core
  • Next by Date: Re: Stderr in red
  • Previous by thread: mulithreading, dual-core
  • Next by thread: Re: mulithreading, dual-core
  • Index(es):
    • Date
    • Thread