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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:50:53+00:00 2026-05-20T10:50:53+00:00

In a Python Google App Engine environment, I have some highly volatile data which

  • 0

In a Python Google App Engine environment, I have some highly volatile data which should be eventually saved. I would store it in global variables of an instance, but I need some sort of notice that the instance is being shutdown so I could write it out.

Is there such a callback or place to install a hook?

(memcache is an alternative, but I do not need the overhead of consistency between instances and it also shares the problem of vanishing without warning)

(for more on using global variables one can read about Cachepy in the Google Cookbook.)

  • 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-20T10:50:54+00:00Added an answer on May 20, 2026 at 10:50 am

    You might want to take a look at how gae-sessions works. It adds a session middleware to the wsgi app so that data is persisted at the end of each request.

    You could give each instance a unique id when it starts up, and always write the volatile data to an entity, with that unique id as a key name, at the end of each request. You would end up doing more writes, but you’d never lose the data to a crashed or terminated instance. You would never need to read the data into an instance, because it would persist for the instance’s lifetime (I think).

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

Sidebar

Related Questions

I would like to try out the Google App Engine Python environment, which the
I have a python/django application that runs on the google app engine. My views.py
I have a small project that would be perfect for Google App Engine. Implementing
I'm working in the Google App Engine environment and programming in Python. I am
I am playing with Google App Engine and Python and I cannot list the
I'm using Python Google App Engine to simply fetch html pages and show it.
Dev_appserver.py (the local development server for Python google app engine) spews tons of useless
How can I read the colors of an image with python using google app
I am interested in making a Google Talk client using Python and would like
I have a problem with Django settings. My app runs with app-engine-patch. I added

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.