On Sun, Oct 27, 2013 at 5:09 AM, Quint van den Muijsenberg <
[email protected]> wrote:

> Does the dev server cache the global python cache? Just like the
> production GAE does?
> I'm under the impression that it doesn't.
>
>

Yes, the dev server does store global python variables. However the dev
server is also constantly reloading your application when it detects file
changes, so it may look like global variables are being reset.

If these variables are important, you may want to persist them in the
development datastore which is unaffected by application reloads.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to