Oh, sorry, I meant dependent not independent!

Using NSInvocationOperation looks as though it would work fine assuming that none of my calculations had any dependencies, which is not always true. I'm currently working on a system that uses NSOperation objects as delegates for NSManagedObjects to perform the calculations, although I'm not sure if it will be possible to add the delegate of one object as a dependency of another object's delegate.....

If it all works, then I'll reply back to the list in case anyone else needs to do anything similar.

Thanks for your help!

Cheers
Dan


On 29 Mar 2008, at 08:58, Quincey Morris wrote:

On Mar 28, 2008, at 22:56, Daniel Thorpe wrote:

Oooh, that might work...

But how do you assign independent operations using NSInvocationOperation objects?

I don't understand the question. Each NSInvocationOperation represents the independent execution of a method on an object in a thread, essentially. What other kind of independence are you looking for?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/danthorpe%40gmail.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to