Re: Suggestions for deferring DB write using memcached

2010-06-04 Thread Jay Paroline
One more shop here that uses gearmand for this!

getting seg fault during a simple memcached_get() call

2010-06-04 Thread Jun8
I have just started to experiment with memcached. I googled around and from the snippest I could find I came up with the following simple test code: #include libmemcached/memcached.h #include stdio.h #include string.h int main( int argc, char* argv[] ) { const char *key = my_key;

Re: Issue 142 in memcached: Memcached 1.4.5 using 1.5G at boot time

2010-06-04 Thread memcached
Comment #5 on issue 142 by ferranbonas: Memcached 1.4.5 using 1.5G at boot time http://code.google.com/p/memcached/issues/detail?id=142 I've updated libevent package: libevent-1.4.13-1 libevent-devel-1.4.13-1 I recompiled 1.4.5 version and now is working perfectly.

Re: Issue 142 in memcached: Memcached 1.4.5 using 1.5G at boot time

2010-06-04 Thread memcached
Updates: Status: Invalid Comment #6 on issue 142 by dsallings: Memcached 1.4.5 using 1.5G at boot time http://code.google.com/p/memcached/issues/detail?id=142 Good to hear. We've talked about bundling libevent source to prevent this sort of thing. It's manifesting in new and

Re: Issue 142 in memcached: Memcached 1.4.5 using 1.5G at boot time

2010-06-04 Thread memcached
Comment #7 on issue 142 by trond.norbye: Memcached 1.4.5 using 1.5G at boot time http://code.google.com/p/memcached/issues/detail?id=142 I just pushed the following changeset that cause memcached to refuse to start if I detect a libevent 1.1 or 1.2..

Re: Suggestions for deferring DB write using memcached

2010-06-04 Thread ehalpern
Thanks for the quick responses. Has anyone had experience using gearman from java using gearman-java or some other bindings? On Jun 3, 12:13 pm, dormando dorma...@rydia.net wrote: We're building a system with heavy real-time write volume and looking for a way to decouple db writes from the