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 8201903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:58:36+00:00 2026-06-07T06:58:36+00:00

For examples, First instance maintains a count-variable (init value is 0), after it served

  • 0

For examples,

First instance maintains a count-variable (init value is 0), after it served 10 requests, count increased to 10.
Then there is no more request thus app engine shuts down the first instance.

After that, the second instance is created to serve incoming requests.

My question is the count-variable will be 10 or reseted to init value (0) ?

If it is reseted, is there anyway to avoid that ? (Beside using datastore manually )?

Thank you

  • 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-07T06:58:38+00:00Added an answer on June 7, 2026 at 6:58 am

    I presume you’re talking about a global/module-level variable that is incremented by each request. The answer is that each instance runs in its own process, so not only will subsequent instances start at zero, but since you can have multiple instances running at the same time, each of them will have their own independent counters.

    The proper way to do this is to use memcache to store the key, which will be a single value across all instances. You can do memcache.incr('counter') to increment the value atomically.

    If persisting the data is important, you could look into storing sharded counters.

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

Sidebar

Related Questions

In the following examples: the first seems more verbose but less wasteful of resources
Please see following examples first, and which one is better? Could you compare some
I'm writing my first iphone app and through several examples I've got a UITableView
Scheduled the first java Quartz job successfully with the instructions mentioned in - http://quartz-scheduler.org/documentation/quartz-2.1.x/examples/Example1
I'm using opengl and trying to create a first person camera. All examples use
Using the Programming F# book, there's an example first given as serial: let result1
I'm writing my very first steps in Objective-C. I followed some examples and the
This is more of a general programming question so the code examples I give
First and foremost, are there many android developers here? Is this a good place
I am following this example (First comment), How to create a custom ListView with

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.