Distributed Objects
Distributed Objects
- Subject: Distributed Objects
- From: JWizard <email@hidden>
- Date: Wed, 22 Aug 2001 10:57:09 -0400
Hey,
I'm currently writing a software with a client/server architecture.
Basically, multiple clients connect to the server and then send some
data to it. The server then broadcasts the data to all connected clients.
As I'm not using an existing protocol, I understand that I am better off
with distributed objects for ease of programming, etc...
For now, I set up a server class, and make it a distributed object. I
can then connect to it with my clients. However, I was wondering how I
could broadcast the clients' messages. At first I wanted to use
Distributed Notifications, but it seems to be available only for "local"
connections, and not for connections over a network. Any ideas ?
Suggestions or source code would be greatly appreciated.
Thanks,
Alexandre Koff