I would like to be able to do some batch processing for a site I'm
running on GAE (at nicksmap.org). Right now I've got various database
maintenance routines bound to URLs that I hit with cron. Problem is
that one of these routines requires a few minutes to excecute. And
can (and sort of have) hacked up a workaround, but I would be able to
stretch my quotas much further if I could use something like Remote
API, App Rocket, or app3. So far as I can tell, though, all of these
tools are python only (or am I mistaken?). Any thoughts on how I
might be able to accomplish what I'm trying to accomplish (basically
be able to take a hunk of records from my database and run some time-
consuming routines on them on a local machine so as not to have to
hack around the 30 second cutoff for processes)?
Thanks,
Nick Zaillian
--~--~---------~--~----~------------~-------~--~----~
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
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---