memcached / memcached forked from dustin/memcached

memcached development tree

This URL has Read+Write access

name age message
file .shipit Thu Dec 06 01:38:49 -0800 2007 Checking in changes prior to tagging of version... [dormando]
file AUTHORS Fri Jun 13 19:27:53 -0700 2003 autoconf/automake support from evan git-svn-i... [Brad Fitzpatrick]
file BUILD Thu Jul 31 16:37:04 -0700 2003 better build instructions git-svn-id: http://... [Brad Fitzpatrick]
file COPYING Thu Aug 05 20:04:15 -0700 2004 add a duplicate of the LICENSE file so GNU auto... [Brad Fitzpatrick]
file ChangeLog Thu Dec 06 01:36:42 -0800 2007 Changelog updates git-svn-id: http://code.six... [dormando]
file LICENSE Thu Aug 05 20:04:15 -0700 2004 add a duplicate of the LICENSE file so GNU auto... [Brad Fitzpatrick]
file Makefile.am Fri Nov 16 01:13:41 -0800 2007 Allow running tests in a build directory differ... [Tomash Brechko]
file NEWS Sat Jun 14 16:07:09 -0700 2003 auto* changes, update to version 1.0.2 git-sv... [Brad Fitzpatrick]
file README Mon Apr 16 17:24:53 -0700 2007 Updated docs to reflect that memcached works fi... [Paul Lindner]
file TODO Sat Sep 02 20:18:26 -0700 2006 merge end of facebook branch into trunk, after ... [Brad Fitzpatrick]
file assoc.c Mon Jul 09 23:30:07 -0700 2007 conn_add_to_freelist returns bool git-svn-id: ... [Paul Lindner]
file assoc.h Mon Apr 16 08:34:03 -0700 2007 Merge multithreaded into trunk, commit #2 (firs... [Steven Grimm]
file autogen.sh Mon May 07 12:50:54 -0700 2007 fix for freebsd 6.x (and perhaps others) git-... [Paul Lindner]
file configure.ac Wed Oct 03 16:26:02 -0700 2007 The memcached-tool script can now display stats... [Dan Christian]
file daemon.c Sat Jul 07 17:01:52 -0700 2007 Fix minor style inconsistencies and add some mi... [Steven Grimm]
directory devtools/ Mon Apr 09 17:02:36 -0700 2007 catch autoconf mixed tabs/spaces too git-svn-i... [Paul Lindner]
directory doc/ Sun Nov 18 12:37:17 -0800 2007 Document append/prepend flag/exptime ignore. ... [dormando]
file items.c Fri Nov 16 01:36:07 -0800 2007 Fix C operation priority bug. (Tomash Brechko) ... [Tomash Brechko]
file items.h Mon Jul 09 23:43:58 -0700 2007 Minimal doxygen configuration git-svn-id: http... [Paul Lindner]
file memcached.c Sat Dec 01 18:06:51 -0800 2007 If no IOV_MAX, and you're freebsd or apple plat... [dormando]
file memcached.h Wed Nov 21 11:59:12 -0800 2007 Remove conn_caswrite mode. Tomash pointed out t... [dormando]
file memcached.spec Mon Nov 19 23:02:05 -0800 2007 Version bump spec file in prep for release... w... [dormando]
directory scripts/ Fri Oct 05 09:55:40 -0700 2007 Allow memcached-tool dump mode to output keys c... [Steven Grimm]
file slabs.c Mon Jul 09 07:28:54 -0700 2007 gcc -pedantic changes, comments, signed/unsigne... [Paul Lindner]
file slabs.h Mon Jul 09 23:43:58 -0700 2007 Minimal doxygen configuration git-svn-id: http... [Paul Lindner]
file stats.c Mon Jul 09 07:28:54 -0700 2007 gcc -pedantic changes, comments, signed/unsigne... [Paul Lindner]
file stats.h Mon Apr 16 16:33:43 -0700 2007 first pass at pedantic ansi-c changes, use bool... [Paul Lindner]
directory t/ Loading commit data...
file thread.c Sat Dec 01 15:18:01 -0800 2007 Idiotic copy/paste mistake by dormando. Fixed b... [dormando]
README
Dependencies:

   -- libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)

If using Linux, you need a kernel with epoll.  Sure, libevent will
work with normal select, but it sucks.

epoll isn't in Linux 2.4 yet, but there's a backport at:

    http://www.xmailserver.org/linux-patches/nio-improve.html
     
You want the epoll-lt patch (level-triggered).

If you're using MacOS, you'll want libevent 1.1 or higher to deal with 
a kqueue bug.

Also, be warned that the -k (mlockall) option to memcached might be
dangerous when using a large cache.  Just make sure the memcached machines
don't swap.  memcached does non-blocking network I/O, but not disk.  (it
should never go to disk, or you've lost the whole point of it)

The memcached website is at:

    http://www.danga.com/memcached/