Central Remoting Service



Hi Guys,

I need a little advice to see if this is possible using remoting and
objects.

1) Create a client with an event to receive a datarow from the server
2) Create a service that accepts connections(Subscribers)
3) When a user makes a change to a datarow in a datatable that all users
have, the services sends all the subscribers the datarow and then the client
updates the current datatable.

The reason i'm looking at this is beacuse i'm intrested in finding another
way of working with real time and without the user having to poll the
database for changes.

Any help would be great appreciated.

Thanks, Tim.


.



Relevant Pages

  • Re: Central Remoting Service
    ... there was a sample in .NET 1.0 documentation, a chat application. ... > 3) When a user makes a change to a datarow in a datatable that all users ... > client updates the current datatable. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: is datarow remotable
    ... without transfering the object to the client, then no. the datarow is ... remote object to allow you to work with it. ... >remotable method. ...
    (microsoft.public.dotnet.framework.remoting)