Closed GoogleCodeExporter closed 8 years ago
Ya interesting question. I think it should help. Because when u do get request,
spymemcached calculates the hash of key and based on key deside which server do
request to get.
Original comment by alexkhim...@gmail.com
on 11 Nov 2009 at 7:58
I don't think this is a bug, but it may make a good mailing list thread (on
either
the spymemcached list or the core memcached list).
I'm pretty sure it ends up being application-specific, but others may have some
guidelines for you if you describe your problem in more detail.
This stack itself isn't saying too much other than you are waiting for
something to
happen. If you never see that exact latch fire, then that would be a bug,
though.
Original comment by dsalli...@gmail.com
on 11 Nov 2009 at 8:22
Yeah you are all right, I mistakenly put this under "Issues", and I personally
don't
think it is a bug. I was looking more for suggestions. We have a memcached
setup in
linux machines with very fast networks and Memcached is our bottleneck. Adding
more
servers didn't help..I gues because of the high concurrency of our "get"
methods, and
they might be doing multi-gets. Eventually we ended up doing multiple clients
for the
same memcached servers and our latency went away; the down side is that we now
have a
lot more connections per server / client.
Original comment by andres.bernasconi@gmail.com
on 11 Nov 2009 at 12:18
We have similar problem. Could you please elaborate what do you mean by the
multiple clients for same servers? Which language do you use?
Original comment by thapaso...@gmail.com
on 11 Nov 2013 at 9:27
Original issue reported on code.google.com by
andres.bernasconi@gmail.com
on 6 Nov 2009 at 3:04