Hello,

I wonder if there is a framework (such as Objectify) also for
memcache.  As memcache is not on the local machine it is rather slow,
especially for reoccurring requests. So on Google I/O they suggested
to build your own in-memory layer around that. I know that is an easy
task, still I wonder if there might already be a framework for
that :-)

Also I wonder if someone can give me some ideas about how to build an
in-memory cache. I guess it is just a static hashmap. But will it
survive multiple requests? How much can I put in there?

As the problem of memcache is apparently the high latency for the
network traffic to the server I had the idea to store the in-memory
cache in the memcache, de-serialize it and then use it?

Do you have other ideas how to speed up caching?

Thank you for your advice,

Toby

-- 
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