Skip navigation.
 
mlRe: thread protocol modifiers
FROM : Steve Weller
DATE : Sun Jan 06 18:55:32 2008

Are you targeting Leopard?

If so, look at NSOperation and NSOperationQueue.

See this link for an example of use in a scientific environment:

Cocoa for Scientists (Part XXI): Multi-Threading Your App with 
NSOperation and NSOperationQueue

http://www.macresearch.org/node/4567


On Jan 6, 2008, at 12:28 AM, William Zumwalt wrote:

> Thanks James, this was all very helpful.
>
>
> This solution will be vastly more efficient, and probably easier

>> to write and maintain. More importantly, you'll have real
>> control over message execution order and scheduling.
>>

> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>


--
Blog:  http://www.bagelturf.com/  Photos: http://
bagelturf.smugmug.com/  Buy my book: http://www.bagelturf.com/
products/getyourheadaroundaperture/

Related mailsAuthorDate
mlthread protocol modifiers William Zumwalt Jan 5, 02:06
mlRe: thread protocol modifiers marcelo.alves Jan 5, 02:38
mlRe: thread protocol modifiers John Stiles Jan 5, 02:48
mlRe: thread protocol modifiers William Zumwalt Jan 5, 02:49
mlRe: thread protocol modifiers William Zumwalt Jan 5, 02:54
mlRe: thread protocol modifiers Ken Thomases Jan 5, 08:36
mlRe: thread protocol modifiers James Bucanek Jan 5, 17:09
mlRe: thread protocol modifiers William Zumwalt Jan 5, 22:35
mlRe: thread protocol modifiers William Zumwalt Jan 5, 22:44
mlRe: thread protocol modifiers James Bucanek Jan 6, 02:35
mlRe: thread protocol modifiers James Bucanek Jan 6, 02:35
mlRe: thread protocol modifiers William Zumwalt Jan 6, 03:35
mlRe: thread protocol modifiers glenn andreas Jan 6, 04:16
mlRe: thread protocol modifiers William Zumwalt Jan 6, 04:25
mlRe: thread protocol modifiers James Bucanek Jan 6, 08:04
mlRe: thread protocol modifiers William Zumwalt Jan 6, 09:28
mlRe: thread protocol modifiers Steve Weller Jan 6, 18:55