http://code.google.com/p/gwt-platform/source/browse/#hg%2Fgwtp-samples%2Fgwtp-sample-crawler-service
Web crawlers and Google App Engine Hosted applications
Is it impossible to run a web crawler on GAE along side with my app considering the I am running the free startup version?
| ||||
While Google hadn't exposed To do crawling from GAE, you have to split your application into You'd manually have to watch your quota usage and start heartbeat when you have spare quota, and stop if it is used up. When Google introduces the APIs I've told in the beginning you'd have UPDATE: Google introduced Task Queue API some time ago. See task queue docs for python and java.
| ||||
App Engine code only runs in
| |||
I suppose you can (i.e., it's not impossible to) run it, but it will be slow and you'll run into limits quite quickly. As CPU quotas are going to be decreased at the end of May even further, I'd recommend against it.
| ||||
It's possible. But that's not
| |||
Your Answer
gae