Skip to main content

Memcache and Session Data

  • Chapter
Developing with Google App Engine
  • 697 Accesses

Abstract

The stateless nature of a Google App Engine application necessitates end-user data persistence in some mechanism that will survive multiple calls across multiple servers, since there is no guarantee that two sequential calls to an event handler will execute in the same server. This stateless nature precludes the use of traditional session data mechanisms, since sessions tend to be tied to a specific server. Scalable architectures that use multiple servers for session handling also implement some mechanism for caching and sharing session-specific data. Google App Engine is not an exception.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 16.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2008 Eugene Ciurana

About this chapter

Cite this chapter

(2008). Memcache and Session Data. In: Developing with Google App Engine. Apress. https://doi.org/10.1007/978-1-4302-1832-6_7

Download citation

Publish with us

Policies and ethics