data updating

data updating

Old forum URL: forums.lhotka.net/forums/t/10609.aspx


makc99 posted on Friday, August 12, 2011

Hi all,

I'm developing an application using the technology of CSLA. The application consists of the client side, server, database. Connectivity is provided through WsfPortal.

Tell me please how to solve the following problem. One client changes the data and stores them. The server will know about it and must notify the other clients. How to implement this notice?

Thanks, Maxim.

Curelom replied on Friday, August 12, 2011

This isn't really a CSLA problem, but you could do a couple of options.  One is to have each client poll the server for any changes, or, since you are using wcf, you could open up a seperate wcf portal for notifications and have the portal send notifications out to the clients.  Each client would then have an event for any notifications sent and react appropriately.

Copyright (c) Marimer LLC