Re: [appengine-java] Re: High Replication - Slow MemCache?

2011-02-11 Thread Ikai Lan (Google)
Simon, My tests indicate that we've resolved this. Can you check and see if you're seeing similar results in your app? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_

Re: [appengine-java] Re: High Replication - Slow MemCache?

2011-02-04 Thread Ikai Lan (Google)
I've reproduced this. Ouch! Let me dig into this and figure out what is wrong. This is very simple to reproduce. For reference, here is my test code: http://pastie.org/1529294 -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www

[appengine-java] Re: High Replication - Slow MemCache?

2011-02-03 Thread Simon Knott
Rough outline of what's happening for each call: Get 1: Single Get with a String key, for an object ~1KB in size Get 2: Single Get with an Objectify Key object as the key, for an object ~300B in size Get 3: GetAll Call with 7 Objectify Key objects as the keys, for 7 objects ~400B in size Set 1: Si