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

  • SEARCH
  • Home
  • 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 8077435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:28:25+00:00 2026-06-05T15:28:25+00:00

Official appengine documentation says that if we set threadsafe property to true in app.yaml

  • 0

Official appengine documentation says that if we set threadsafe property to true in app.yaml then appengine will server concurrent requests.

Official link:
https://developers.google.com/appengine/docs/python/python27/newin27#Concurrent_Requests

  • Does it mean application will be faster (than 2.5) if we have threadsafe property to true? Official documentation/blog says so but i am looking for real world experiences.

  • At highlevel, How does it work internally? Will our application be initialized and spawn a new theread for each request?

  • 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-06-05T15:28:28+00:00Added an answer on June 5, 2026 at 3:28 pm

    You still only have one thread per request – you can’t spawn.

    With threadsafe off, Appengine will only route one request to an instance. So if the number of requests per second times the time to handle a request approaches one, Appengine will spin up a new instance to handle them. This cost money. With threadsafe on, Appengine can route more than one request to an instance.

    Whether this helps you or not depends on your app and your traffic:

    1. First, calculate inbound request per second / average latency. If this is well under one, threadsafe won’t make much difference either way.
    2. Examine your app to find out how much time it spends waiting on APIs (datastore or URL fetch for instance). If this is a large proportion, then threadsafe will help keep your instance count down. If not, it won’t help much.

    The simple rule is switch threadsafe on unless your app is very processing-intensive (little API waiting).

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

Sidebar

Related Questions

The official documentation says that Your application must have a local Service to facilitate
The official documentation says they are optional. I know COM interop requires a unique
official android dev website says that:「You can implement your tab content in one of
The official documentation for TemporaryFile reads: The mode parameter defaults to 'w+b' so that
Official Mono project website says that Mono works successfully on Windows, Linux and Mac
Official PHP documentation states that filter_var_array() supports array filtering in the following format: $data
The official Git doc says: $ git diff test This will show you what
The official documentation states the following: . But I have noticed that there are
The official data sheet of Microsoft Surface says that there is no audio input
The official docs says that smarty has 'while' support . However I do in

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.