Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

firewood

macrumors G3
Original poster
Jul 29, 2003
8,144
1,390
Silicon Valley
Is the Obj-C object/method paradigm robust/opaque enough to allow moving objects around to different processes maybe even running on different VMs?

Are there any real applications or application frameworks using distributed objects? (or some other Obj-C extension?)

thanks.
 
NSArchiver?

I haven't used it, but from my reading the NSArchiver class is supposed to serialize objects.

I think there may be free SOAP C implementations that you can link into your project. Another thing I haven't used (or barely understand).

I guess the difference is that with serialization, your data format is fixed at compile time for sender and receiver. With SOAP you gain some ability to extend the data format and support class reflection(?).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.