Steve Nelson said the following on 16/05/10 01:30:
I *just* got OpenBD working with GAE this afternoon. I tried loading
about 2000 records into the datastore, but threw an error after about
250 entries. I guess it timed out or something.

Sounds like you hit the 30 second request timeout.  This is to be expected.
Anyway, has anyone created a CF version of the bulk uploader?
http://code.google.com/appengine/docs/python/tools/uploadingdata.html

Google only currently offers a Python based bulk uploader and us the Java based servlet:
|
com.google.apphosting.utils.remoteapi.RemoteApiServlet|

There is a good tutorial on using the Python scripts for Java based applications here using the BulkLoader demo from Google:

http://blog.notdot.net/2010/04/Using-the-new-bulkloader

And Google's own bulk loader code:

http://bulkloadersample.appspot.com/

HTH,
Peter

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en

!! save a network - please trim replies before posting !!

Reply via email to