Java getServletContext scalability

2 views
Skip to first unread message

Danny Yoo

unread,
Feb 10, 2010, 1:06:37 AM2/10/10
to google-a...@googlegroups.com
How does the use of the global context provided by getServletContext
affect scalability? I assume there must be some effect; otherwise
Jcache would be redundant, no?

Toby Reyelts

unread,
Feb 10, 2010, 11:52:56 AM2/10/10
to google-a...@googlegroups.com
The servlet context is not distributed. This means it has no impact on scalability and is not a replacement for memcache or jsr-107.

On Wed, Feb 10, 2010 at 1:06 AM, Danny Yoo <dy...@cs.wpi.edu> wrote:
How does the use of the global context provided by getServletContext affect scalability?  I assume there must be some effect; otherwise Jcache would be redundant, no?

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.


Reply all
Reply to author
Forward
0 new messages