On 19 Mar 2010, at 19:10, Ali Ok wrote:

Ok, I understood this one. However, I think you should warn the
developers not to use static variables at all, in a large and red
styled documentation paragraph.

Static variables are still very useful for caching data in memory. You have about 100MB to play with so make the most of it! Memcache is not so fast as many people expect - only about 10x faster than the datastore.

Stick Cache uses any combination of layered in-memory, memcache and datastore storage all through a single Cache interface.

http://code.google.com/p/stick-cache/

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

Reply via email to