Re: Need NSOperation replacement for Tiger (10.4)
Re: Need NSOperation replacement for Tiger (10.4)
- Subject: Re: Need NSOperation replacement for Tiger (10.4)
- From: Rob Keniger <email@hidden>
- Date: Mon, 24 Aug 2009 22:47:20 +1000
On 24/08/2009, at 10:25 PM, Michael A. Crawford wrote:
I have written an application that uses the NSOperation and
NSOperationQueue classes. My customer now wants me to make it run
on Tiger. Before I try to write my own limited version of
NSOperation and NSOperationQueue that creates threads based on the
number of available processing cores (I know there is more to a good
implementation than that), I though someone out there might have
already done so. So, I'm looking for a drop in implementation I can
insert into my existing CDAppTask class.
There's RAOperationQueue:
http://www.rogueamoeba.com/utm/2008/12/01/raoperationqueue-an-open-source-replacement-for-nsoperationqueue/
I don't know if it's Tiger compatible but it is open source, so
adapting it would be quicker than coding from scratch.
--
Rob Keniger
_______________________________________________
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