Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

server/client communications changing their roles

Status
Not open for further replies.

GuardianOfTheFlame

Programmer
Sep 4, 2007
31
IT
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) ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top