GuardianOfTheFlame
Programmer
Hi all!
This is the problem: I have a server application and various clients that show data using a grid. I would like that when a client asks the server to save data in the db, the server sends the changes to the other clients (so that they can refresh their data).
I use a MarshalByRefObject to ask the server, but I don't know how can I track the connected clients and how can I do to send them the changes.
Thanks,
Salo
The surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us - Calvin (and Hobbes) ;-)
This is the problem: I have a server application and various clients that show data using a grid. I would like that when a client asks the server to save data in the db, the server sends the changes to the other clients (so that they can refresh their data).
I use a MarshalByRefObject to ask the server, but I don't know how can I track the connected clients and how can I do to send them the changes.
Thanks,
Salo
The surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us - Calvin (and Hobbes) ;-)