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 (
commit 4e2ec01457e0b782c1376db6bc627dc03a1c3876
tree 7a38522169a2bb1fdbe70430aaafbab87158af52
parent b58718f1599495bddb034b65bf3e9feab9d3a162
tree 7a38522169a2bb1fdbe70430aaafbab87158af52
parent b58718f1599495bddb034b65bf3e9feab9d3a162
| 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 | Sat Jan 03 00:09:11 -0800 2009 | |
| |
LICENSE | Thu Aug 05 20:04:15 -0700 2004 | |
| |
Makefile.am | Mon Dec 22 12:35:53 -0800 2008 | |
| |
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 | Mon Dec 22 12:35:53 -0800 2008 | |
| |
assoc.h | Mon Apr 16 08:34:03 -0700 2007 | |
| |
autogen.sh | Mon Dec 22 12:35:53 -0800 2008 | |
| |
configure.ac | ||
| |
daemon.c | Sat Jul 07 17:01:52 -0700 2007 | |
| |
devtools/ | Thu Feb 21 20:57:41 -0800 2008 | |
| |
doc/ | ||
| |
items.c | ||
| |
items.h | ||
| |
memcached.c | ||
| |
memcached.h | ||
| |
memcached.spec | Sat Jan 03 00:09:09 -0800 2009 | |
| |
memcached_dtrace.d | Mon Dec 22 12:35:53 -0800 2008 | |
| |
memcached_dtrace.h | Mon Dec 22 12:35:53 -0800 2008 | |
| |
protocol_binary.h | ||
| |
scripts/ | Fri Oct 05 09:55:40 -0700 2007 | |
| |
slabs.c | ||
| |
slabs.h | ||
| |
stats.c | Sat Jan 03 00:09:11 -0800 2009 | |
| |
stats.h | Sat Jan 03 00:09:11 -0800 2009 | |
| |
t/ | ||
| |
thread.c |
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/








