Re: Too many ports?
Re: Too many ports?
- Subject: Re: Too many ports?
- From: j o a r <email@hidden>
- Date: Sun, 2 May 2004 01:42:23 +0200
On 2004-05-02, at 01.20, Francisco Tolmasky wrote:
>
What if I'm using DO instead of NSFileHandles?
When you're "vending" an object, I think it works this way
automatically. See the documentation, for example:
"An NSConnection set up this way is called a named NSConnection. A
named NSConnection rarely has a channel to any other NSConnection (in
Figure 3-1 and Figure 3-2 the named NSConnections are the circles
labeled s). When a client contacts the server, a new pair of
NSConnection objects is created specifically to handle communication
between the two."
"A named NSConnection spawns a child NSConnection to handle
communication between two applications (s spawning s/b and s/a in
Figure 3-1). Though the child NSConnection does not have a name, it
shares the root object and other configuration attributes of its
parent, but not the delegate."
It's in the conceptual documentation for Distributed Objects.
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.