I need to pass objects from one task (child) to another (parent) on
the same machine.

Currently I am considering two alternatives: Pipes vs Distributed
Objects, and my main concern is performance, because the object is
really large.

With pipes, I need to serialize (archive) the object into NSData
before transmitting, and deserialize (unarchive) back on reception.
This is going to be very time-taking.

My questions are:

1) Are DO going to be faster? Do DO also perform implicit
archiving/unarchiving of passed objects to/from NSData?

2) Are there other ways of passing objects between tasks?

Thanks!
_______________________________________________

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 arch...@mail-archive.com

Reply via email to