views:

12

answers:

0

I have a class from a vendor that lets me download objects from their server... it synchronizes locks and changes for updates and notifies clients if they try to update something that is out of date... However, when the client gets these objects, there is no notification to the server if they've been modified elsewhere. Is there a good design pattern or approach that people would suggest to wrap this in a way that clients get updates?

related questions