I was worried about left over expired session data and cache items
when I wrote appengine utilities. What I did was write into both
systems a clean up routine. I set it to run 15% of the time an
instance is initialized (since is session and cache, generally happens
once a request) and would go in and clean a preset amount of stale
data.

You could do something similar and have it search for and clean out
orphaned posts on a certain percentage of your requests.

Now that I think about it, I may break this out into a new utility for
my project to help out people in similar situations. I'll see what I
can do.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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