On Dec 16, 2009, at 8:05 PM, Frank Rizzo <[email protected]>
wrote:
I am trying to create a launchd daemon that is started "on-demand"
by a
client call to a TCP port number and then communicate with the
client via
Distributed Objects.
Experience is telling me to advise you not to use DO. Instead, define
some on-the-wire serialization format (plists work in the simple case)
and use that to communicate. Attempting to manage an object lifecycle
between two processes is nightmarish, and DO invites exceptions to be
thrown at any time for reasons you can't expect, and in 99% of cases
can't recover from.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list ([email protected])
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]