Thanks you Katayoon.

Just to confirm, if I write a file to my app, which is running on 2
instances using a POST requests to an express endpoint.

And in another request I try and fetch the same file - there is a 50%
chance that the file will be found as it will reside on a single instance?

re-memcache, you mention transient, so the data here is stored just for a
single user session?

On Fri, Aug 17, 2018 at 11:23 PM, 'Katayoon (Cloud Platform Support)' via
Google App Engine <[email protected]> wrote:

> Hi Dennis,
>
> Each request will be routed to an instance and the data will be
> transmitted/addressed via the request, however you may use memcache
> <https://cloud.google.com/appengine/articles/scaling/memcache> which is a
> distributed RAM cache in which you can store transient data using a
> key-value model. For storing resident data, you may choose a storage
> option <https://cloud.google.com/storage-options/> based on your
> use-case.
>
> --
> 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/9414102a-3e0f-4366-a208-
> 079377d19e1b%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/9414102a-3e0f-4366-a208-079377d19e1b%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CANamN%2B50X%3D9CBMv_N-Z9FkrFsPcmBwcp%3DqqBCdL_ejhLfcB5Xg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengin... 'Dennis Yurkevich' via Google App Engine
    • [google-app... 'Katayoon (Cloud Platform Support)' via Google App Engine
      • Re: [go... 'Dennis Yurkevich' via Google App Engine
        • Re:... 'Katayoon (Cloud Platform Support)' via Google App Engine
          • ... 'Dennis Yurkevich' via Google App Engine

Reply via email to