Re: Threaded Server using Distributed Objects

2009-03-21 Thread Michael Ash
On Sat, Mar 21, 2009 at 6:33 AM, Alan Shouls wrote: > Hi, > > I am implementing a simple client/server using Distributed Objects. I have a > single server and a small number of clients. The clients are all on the same > machine so I communicate using an NSMachPort, and use 'NSConnection' > 'regist

Threaded Server using Distributed Objects

2009-03-21 Thread Alan Shouls
Hi, I am implementing a simple client/server using Distributed Objects. I have a single server and a small number of clients. The clients are all on the same machine so I communicate using an NSMachPort, and use 'NSConnection' 'registerName' to register a single connection name on which t