I'd like a pub/sub event management stunt for my application's datastore. By that I mean I'd like to have multiple users of the datastore, and when any user changes the datastore, an event would be sent to listeners for changes in the data.
The particular project I'm considering is for a city workforce working on new development projects. Lets suppose several clerks are working, and enter new projects or edit existing ones. I'd like any changes to the datastore to be broadcast out to all of the clerks so that they would see dynamic changes as they occur. Is there a means to register a listener for datastore changes? Thanks, -- Owen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
