Re: Multithreaded Cocoa Document Application?
Re: Multithreaded Cocoa Document Application?
- Subject: Re: Multithreaded Cocoa Document Application?
- From: mmalc crawford <email@hidden>
- Date: Thu, 23 Aug 2007 18:26:39 -0700
On Aug 23, 2007, at 5:56 PM, Rick Ekle wrote:
I'm trying to write an application that can open multiple files at
once and perform some potentially long processing on each. I'd like
to have each document open in a separate thread or process so that the
application can better take advantage of a multicore processor to
process multiple files simultaneously.
If you're just starting development and can target Leopard only, you
might look at NSOperation etc. Public information at <http://www.apple.com/macosx/leopard/technology/multicore.html
>; further NDA'd information at <http://developer.apple.com/products/online.html
>.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden