Re: Issue 410 in memcached: set result sometimes false

2015-04-28 Thread memcached
Comment #1 on issue 410 by goche...@gmail.com: set result sometimes false https://code.google.com/p/memcached/issues/detail?id=410 When I use Memcache Version: 1.4.22 still have that issue but sometimes 0 detect on 5 insert not happen again. -- You received this message because this

Re: memcached on systems with small RAM

2015-04-28 Thread Hans Kramer
Thanks Perrin, it's definitely an alternative! Hans On Tue, Apr 28, 2015 at 3:28 PM, Perrin Harkins phark...@gmail.com wrote: It does write to disk, so maybe it's not appropriate for your use. It is widely used in embedded systems though. On Tue, Apr 28, 2015 at 9:08 AM, Hans Kramer

Issue 410 in memcached: set result sometimes false

2015-04-28 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 410 by goche...@gmail.com: set result sometimes false https://code.google.com/p/memcached/issues/detail?id=410 What steps will reproduce the problem? 1. Just set memcached with key length 20 2. key = P0211234501_01234567 3.

Re: memcached on systems with small RAM

2015-04-28 Thread Perrin Harkins
You might want to look at alternatives in that kind of setup. For example, BerkeleyDB is quite a bit faster than memcached when your cache is just on one local system. The advantages of memcached come into play when you have a large cache across multiple machines. - Perrin On Mon, Apr 27, 2015

Re: memcached on systems with small RAM

2015-04-28 Thread Hans Kramer
Doesn't BerkelyDB write to disk? (of course I could use a tmpfs.. hmmm ) And I us the auto expire of items in memcache Thanks for the tip, I definitely will consider it! Hans On Tue, Apr 28, 2015 at 2:43 PM, Perrin Harkins phark...@gmail.com wrote: You might want to look at

Re: memcached on systems with small RAM

2015-04-28 Thread Perrin Harkins
It does write to disk, so maybe it's not appropriate for your use. It is widely used in embedded systems though. On Tue, Apr 28, 2015 at 9:08 AM, Hans Kramer jlam.kra...@gmail.com wrote: Doesn't BerkelyDB write to disk? (of course I could use a tmpfs.. hmmm ) And I us the auto expire of

Re: memcached on systems with small RAM

2015-04-28 Thread Hans Kramer
Thanks, I will look into that. Hans On Tue, Apr 28, 2015 at 1:24 AM, dormando dorma...@rydia.net wrote: You'll run into a few problems... -m 1 won't work the way you think since it'll force-allocate one slab page per slab class. we don't have a fallback mode to cut that down. We also don't

Issue 409 in memcached: build fail in opensuse 11.4 by clang 3.6.0

2015-04-28 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 409 by wendal1...@gmail.com: build fail in opensuse 11.4 by clang 3.6.0 https://code.google.com/p/memcached/issues/detail?id=409 What steps will reproduce the problem? 1. download latest memcached 2. run CC=clang

Issue 408 in memcached: build memcached fail in windows 7 cygwin

2015-04-28 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 408 by wendal1...@gmail.com: build memcached fail in windows 7 cygwin https://code.google.com/p/memcached/issues/detail?id=408 What steps will reproduce the problem? 1. download 1.4.24 to /tmp/memcached-1.4.24 2. run