Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1053383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:14:41+00:00 2026-05-16T17:14:41+00:00

Reading the Google App Engine documentation on asynchronous URL Fetch: The app can have

  • 0

Reading the Google App Engine documentation on asynchronous URL Fetch:

The app can have up to 10 simultaneous
asynchronous URL Fetch calls

What happens if an application calls more than 10 async fetch at a time?
Does Google App Engine raise an exception or simply queue the remain calls waiting to serve them?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T17:14:42+00:00Added an answer on May 16, 2026 at 5:14 pm

    Umm, Swizzec is incorrect. Easy enough to test:

    rpc = []
    for i in range(1,20):
        rpc.append(urlfetch.createrpc())
        urlfetch.make_fetch_call(rpc[-1],"http://stackoverflow.com/questions/3639855/what-happens-if-i-call-more-than-10-asynchronous-url-fetch")
    
    for r in rpc:
        response = r.get_result().status_code
    

    This does not return any exceptions. In fact, this works just fine! Note that your results may vary for non-billable applications.

    What Swizec is reporting is a different problem, related to maximum simultaneous connections INTO your application. For billable apps there is no practical limit here btw, it just scales out (subject to the 1000ms rule).

    GAE has no way of knowing that your request handler will issue a blocking URL fetch, so the connection 500’s he is seeing are not related to what his app is actually doing (that’s an oversimplification btw, if your average request response time is > 1000ms your likelyhood of 500’s increases).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been reading about making ajax heavy applications more search engine friendly: https://developers.google.com/webmasters/ajax-crawling/docs/getting-started
I'm reading the documentation on full text search api (java) in google app engine
In Google App Engine, I tried reading a .txt file from a URL. Because
I have a Django application which I decided to port to Google App Engine.
I'm reading the documentation for Google App Engine and stumbled upon something that I
when reading a python ndb api of google app engine, I cam across this
I'm developing an application for Google App Engine which uses BigTable for its datastore.
I have been using Google app engine for ~2 years now and love it.
I'm reading on Google App Engine groups many users ( Fig1 , Fig2 ,
How can I cache a Reference Property in Google App Engine? For example, let's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.