Are there any frameworks for data subscription and update?

Posted by Timothy Pratley on Stack Overflow See other posts from Stack Overflow or by Timothy Pratley
Published on 2010-05-30T22:35:04Z Indexed on 2010/05/30 22:42 UTC
Read the original article Hit count: 174

There is one server with multiple clients. The clients are viewing subsets of the servers entire data. If the data that a client is viewing changes, the client should be informed of the changes so that it displays the current data.

Example: Two clients are viewing a list of users in an administration screen. One client adds a new user to the list and modifies the permissions of another user. The other client sees the changes propagated to their view.

© Stack Overflow or respective owner

Related posts about architecture

Related posts about data