Greg Whalin wrote: > > I also wonder if the memcached server is faster at dealing w/ getMulti() > vs a bunch of gets (network traffic aside)? > I would expect that the real value of getting multiple values in a single call is that the operation will be atomic, not that it'll necessarily be any faster.