DO proxy question
DO proxy question
- Subject: DO proxy question
- From: Brian Webster <email@hidden>
- Date: Fri, 10 May 2002 14:44:20 -0500
Let's say I have two processes, A and B, that want to
communicate using distributed objects, and process B has two
objects in it, call them X and Y. Now, A gets a proxy to each
of these two objects - we'll call the proxies X' and Y'. If A
sends a message to X' and passes in Y' as an argument to the
message (assume this is a byref argument), is the DO system
smart enough so that the real object X will get the real object
Y passed to it since they live in the same address space in
process B? Or will X get a proxy to the proxy instead (i.e.
Y'')?
P.S. Sorry for any calculus flashbacks this message may have
triggered. ;-)
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.