[erlang-questions] Memcached client implementation
Dustin Sallings
dustin@REDACTED
Sat Sep 22 01:27:03 CEST 2007
On Sep 21, 2007, at 16:07 , David Welton wrote:
> Interesting. If you're set up for benchmarking, an interesting
> comparison might be with 'memcached in erlang':
>
> http://dsas.blog.klab.org/archives/51094713.html
>
> Just to see how much better the real thing is vs something done in
> Erlang.
Possibly, but that's missing multi-gets, which would really freak my
client out since one of the things it does is combines multiple
individual gets into a single request.
That's pretty code, otherwise, though. Might not take much to get
it doing enough to make it test-worthy. It needs a multi-get and a
flush at least, I think.
--
Dustin Sallings
More information about the erlang-questions
mailing list