I just use GAE to host a simple Blog, and I use Task to update my reply list .
My idea is : every time a reply is posted , I just trigger a Task to add into the queue to update the reply list. I just add a task with the blog's subject id , and the task is executed some time later , maybe 5 seconds after the post is replyed. And, when someone else post a new reply in the near time , I just add a task with the same name if the task is already in queue , so the task will executed only once. But i found that even if the Task is executed , It's not removed from the Queue. We could not re-add it. Why there's no mechanism to NOTIFY the Task to be re-executed ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
