You probably are looking at something similar to OPC (
http://www.opcfoundation.org/[
^]). In OPC, the server would have a list of all items and the clients can subscribe to what ever item they want. The client would get the updates only for the subscribed items. You should be able to implement something similar to this for your server/client.