Re: DO and Proxy Indirection
Re: DO and Proxy Indirection
- Subject: Re: DO and Proxy Indirection
- From: Timothy Ritchey <email@hidden>
- Date: Thu, 9 May 2002 13:02:56 -0500
On Thursday, May 9, 2002, at 11:55 AM, Ondra Cada wrote:
>
<SNIP>
Ondra Cada's explanation is the same as my own as far as the above was
concerned.
>
> |? In the GUI-C address space, do we end up with a
>
> |proxy-to-a-proxy-to-an-object, or with simply a proxy-to-an-object?
>
>
NSConnection uniques its proxies, so no "proxy chains" should ever
>
occur.
>
Okay, I THINK this is what I was looking for. Put another way, lets say
two clients connect to a server independently, and the server, using the
proxies it holds for each client, passes one client object off to
another. Originally, there are only two connection objects, one for each
client to the single server. Once the clients "know" about each other,
i.e. client1 holds a proxy to client2, is there a new connection
established between these objects, or are all messages shuttled between
the two original connections the clients established with the server?
does that make more sense? I have included a little pdf file that may
show it visually better.
Cheers,
tim
[demime 0.98b removed an attachment of type application/pdf which had a name of DOIndirection.pdf]
_______________________________________________
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.