Re: Distributed Objects
Re: Distributed Objects
- Subject: Re: Distributed Objects
- From: "Mike Davis" <email@hidden>
- Date: Wed, 22 Aug 2001 16:11:31 -0400
I'd use a subject/observer pattern, which is like the NotificationCenter,
in the server object.
Alternatively, you might consider multicasting to clients. This'd be more
appropriate for something like sending stock ticks to a set of clients.