public
Description: test
Homepage:
Clone URL: git://github.com/fbmarc/facebook-memcached.git
name age message
file .shipit Loading commit data...
file AUTHORS
file BUILD Wed Mar 22 22:41:44 -0800 2006 moving server stuff down into its own directory... [bradfitz]
file COPYING Sun Jul 08 03:26:22 -0700 2007 Merge the official memcached repo's versions of... [sgrimm]
file ChangeLog Tue Sep 18 20:33:13 -0700 2007 Update with the latest changes from the public ... [sgrimm]
file LICENSE Sun Jul 08 03:26:22 -0700 2007 Merge the official memcached repo's versions of... [sgrimm]
file Makefile.am
file NEWS
file README
file TODO
file assoc.c Mon Jul 28 22:05:29 -0700 2008 the flat allocator uses space inefficiently whe... [ttung]
file assoc.h Mon Jul 28 22:05:29 -0700 2008 the flat allocator uses space inefficiently whe... [ttung]
file autogen.sh
file binary_protocol.h Wed Jun 11 17:35:19 -0700 2008 fixes to item_walk, a unit test for item_walk ... [ttung]
file binary_sm.c
file binary_sm.h Tue May 06 16:11:20 -0700 2008 fixes to flat allocator, merge from trunk Summ... [ttung]
file buckets.h
file configure.ac Wed Nov 05 11:15:26 -0800 2008 auto detect the number of cpus Summary: Instea... [ps]
file conn_buffer.c Wed Sep 17 19:45:48 -0700 2008 flat allocator broken by my last change Summar... [ttung]
file conn_buffer.h
file daemon.c
directory devtools/
directory doc/
file flat_storage.c
file flat_storage.h Wed Sep 17 19:45:48 -0700 2008 flat allocator broken by my last change Summar... [ttung]
file flat_storage_support.h
file generic.h
file items.h Mon Jul 28 22:05:29 -0700 2008 the flat allocator uses space inefficiently whe... [ttung]
file log.h Sun Jul 08 03:26:22 -0700 2007 Merge the official memcached repo's versions of... [sgrimm]
file memcached.c Wed Nov 05 11:15:26 -0800 2008 auto detect the number of cpus Summary: Instea... [ps]
file memcached.h
file memcached.spec
file memory_pool.h Tue Sep 23 22:42:41 -0700 2008 move stats collection in memcached to per-threa... [ps]
file memory_pool_classes.h
directory scripts/ Fri Oct 05 09:53:06 -0700 2007 Allow memcached-tool to sample keys containing ... [sgrimm]
file sigseg.c
file sigseg.h
file slabs.c Wed Oct 15 13:03:35 -0700 2008 if item_storage_allocated is per-thread, we act... [ttung]
file slabs.h
file slabs_items.c
file slabs_items.h Thu Aug 28 14:05:41 -0700 2008 fix slab allocator Summary: slab allocator bui... [ttung]
file slabs_items_support.h Wed Sep 17 18:49:40 -0700 2008 connection buffers are per-thread to avoid lock... [ttung]
file stamp-h Sun Jul 08 03:26:22 -0700 2007 Merge the official memcached repo's versions of... [sgrimm]
file stamp-h.in Sun Jul 08 03:26:22 -0700 2007 Merge the official memcached repo's versions of... [sgrimm]
file stats.c
file stats.h Tue Sep 23 22:42:41 -0700 2008 move stats collection in memcached to per-threa... [ps]
directory t/
file thread.c Sat Sep 27 21:02:12 -0700 2008 remove unneeded assert for stats locking Summa... [ps]
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/