On Oct 21, 7:50 am, "I.K." <[EMAIL PROTECTED]> wrote:
> I have a similar data maintenance problem and I'm planning a 'cron-
> like' work-around which I'm happy to share. A basic option is to use
> an Ajax library which has a timer function, to call a method on your
> system which deletes unwanted data in batches.  Unfortunately you then
> need a web page open always!

You could always have a cron job (or other automated, timed process if
you don't have cron) on your local machine use wget or the equivalent
to make requests to your appengine application at set times; then you
wouldn't even need to have a web browser open.
--~--~---------~--~----~------------~-------~--~----~
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