Skip to main content

Home/ Google AppEngine/ Group items tagged urlfetch

Rss Feed Group items tagged

Esfand S

Using Asynchronous URLFetch on Java App Engine « Ikai Lan says - 0 views

  • Developers building applications on top of Java App Engine can use the familiar java.net interface for making off-network calls. For simple requests, this should be more than sufficient. The low-level API, however, provides one feature not available in java.net: asynchronous URLFetch.
  • The one killer feature of App Engine’s low-level API that isn’t present in java.net is asynchronous URLFetch. What is asynchronous fetch? Let’s make an analogy:
Esfand S

com.google.apphosting.runtime.HardDeadlineExceededError: - Google App Engine for Java |... - 0 views

  • There's a 30 second deadline for web requests, and a 10 second deadline for URLFetch requests. You'll want to make sure you aren't exceeding either of these.
1 - 5 of 5
Showing 20 items per page