Re: SIMPLE way to pass Objects over a network
Re: SIMPLE way to pass Objects over a network
- Subject: Re: SIMPLE way to pass Objects over a network
- From: Ondra Cada <email@hidden>
- Date: Wed, 18 May 2005 22:38:49 +0200
Joseph,
On 18.5.2005, at 22:30, Joseph wrote:
Is there a simple way to send Objects over a network without blocking?
Sure. Far as I know, the simplest one (but, of course, severely
limited in flexibility, namely to property list objects, which are
only allowed in userInfo) is using the NSDistributedNotificationCenter.
Only slightly more complicated, and virtually unlimited in
flexibility, would be using a oneway message with a bycopy object
argument in Distributed Objects (the NSConnection-based stuff).
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden