You could maybe do something with the mail api, although the number of mails
you can send is quite limited.  But maybe you could create mailing lists for
each development project and have your app send a mail out to the group when
that project gets edited.  You'd have to call that code each time you write
to the datastore.

I can see how that wouldn't be very satisfactory, of course. :)

2008/9/18 Owen <[EMAIL PROTECTED]>

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to