Re: [appengine-java] Re: equal rights for Java URLFetch

2010-01-20 Thread Jeff Schnitzer
Sorry if this is a silly question but... How do you make an asynchronous URLFetch call in Java? Is this a question of making calls to fetch() without calling getContent() on the response? Jeff I see no limit of simultaneous [urlfetch] API calls documented on the quotas page (

Re: [appengine-java] Re: equal rights for Java URLFetch

2010-01-20 Thread Don Schwarz
This functionality will be available in the low-level URLFetch API, hopefully in the next release. I have not implemented it for java.net.URLConnection, although we could potentially do that in the future (by having connect() initiate the request and having methods like getContent and

[appengine-java] Re: equal rights for Java URLFetch

2010-01-19 Thread Locke
Thanks, this is great. I would be happy to help beta-test this. I'll contact you via email. each request is limited to 10 simultaneous API calls. I see no limit of simultaneous [urlfetch] API calls documented on the quotas page ( http://code.google.com/appengine/docs/quotas.html ). I only see a