a c memcached client

2011-05-28 Thread tony Cui
Hi everyone, I wrote a c memcached client. The reason I wrote it is because spymemcached has some problems, say "connection reset by peer". And the problems has driven crazy, so a idea came up , what about write a client. I hope it can help you. It has two file

Best way to manage set of memcached servers

2011-05-28 Thread Michael Kristensen
Hi all We are currently developing a setup, where a set of webservers uses a set of memcached servers to store session data. It is critical that they all agree on what is cached at all times. We have looked at the consistent hashing scheme, but is not convinced that it is the best way to go. Does

Re: Best way to manage set of memcached servers

2011-05-28 Thread Chris Ferry
I'd recommend using a membase cluster. -Chris On May 25, 2011, at 9:42 AM, Michael Kristensen wrote: > Hi all > > We are currently developing a setup, where a set of webservers uses a > set of memcached servers to store session data. > It is critical that they all agree on what is cached at all

Re: a c memcached client

2011-05-28 Thread Matt Ingenthron
Hi Tony, On May 28, 2011, at 4:36 AM, tony Cui wrote: > I wrote a c memcached client. The reason I wrote it is > because spymemcached has some problems, say "connection reset by peer". And > the problems has driven crazy, so a idea came up , what about write a client. I'm