This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | Thu Dec 06 01:38:49 -0800 2007 | |
| |
AUTHORS | Fri Jun 13 19:27:53 -0700 2003 | |
| |
BUILD | Thu Jul 31 16:37:04 -0700 2003 | |
| |
COPYING | Thu Aug 05 20:04:15 -0700 2004 | |
| |
ChangeLog | ||
| |
LICENSE | Thu Aug 05 20:04:15 -0700 2004 | |
| |
Makefile.am | ||
| |
NEWS | Sat Jun 14 16:07:09 -0700 2003 | |
| |
README | Mon Apr 16 17:24:53 -0700 2007 | |
| |
TODO | Sat Sep 02 20:18:26 -0700 2006 | |
| |
assoc.c | ||
| |
assoc.h | ||
| |
autogen.sh | ||
| |
configure.ac | ||
| |
daemon.c | ||
| |
devtools/ | Thu Feb 21 20:57:41 -0800 2008 | |
| |
doc/ | ||
| |
items.c | ||
| |
items.h | ||
| |
memcached.c | ||
| |
memcached.h | ||
| |
memcached.spec | ||
| |
memcached_dtrace.d | Sat Jan 03 00:09:11 -0800 2009 | |
| |
protocol_binary.h | ||
| |
scripts/ | ||
| |
slabs.c | ||
| |
slabs.h | ||
| |
stats.c | ||
| |
stats.h | Sat Jan 03 00:09:11 -0800 2009 | |
| |
t/ | ||
| |
thread.c | ||
| |
trace.h |
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/








