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 | ||
| |
HACKING | Fri Mar 27 10:34:38 -0700 2009 | |
| |
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 | Tue Mar 24 12:59:47 -0700 2009 | |
| |
assoc.h | Mon Mar 02 01:15:34 -0800 2009 | |
| |
autogen.sh | Thu Mar 26 11:55:26 -0700 2009 | |
| |
configure.ac | ||
| |
daemon.c | Tue Jan 20 11:23:14 -0800 2009 | |
| |
devtools/ | Thu Feb 21 20:57:41 -0800 2008 | |
| |
doc/ | ||
| |
globals.c | Thu Mar 19 01:52:53 -0700 2009 | |
| |
hash.c | Mon Mar 02 01:15:34 -0800 2009 | |
| |
hash.h | Mon Mar 02 01:15:34 -0800 2009 | |
| |
internal_tests.c | ||
| |
items.c | ||
| |
items.h | ||
| |
memcached.c | ||
| |
memcached.h | ||
| |
memcached.spec | Wed Mar 11 14:55:06 -0700 2009 | |
| |
memcached_dtrace.d | Sat Jan 03 00:09:11 -0800 2009 | |
| |
protocol_binary.h | Thu Jan 22 08:53:34 -0800 2009 | |
| |
scripts/ | Mon Mar 02 08:48:26 -0800 2009 | |
| |
sizes.c | Tue Mar 10 12:59:07 -0700 2009 | |
| |
slabs.c | ||
| |
slabs.h | Thu Mar 05 05:08:17 -0800 2009 | |
| |
solaris_priv.c | Tue Mar 03 10:43:04 -0800 2009 | |
| |
stats.c | Fri Mar 06 16:40:31 -0800 2009 | |
| |
stats.h | Sat Jan 03 00:09:11 -0800 2009 | |
| |
t/ | ||
| |
thread.c | ||
| |
trace.h | Mon Mar 02 11:59:11 -0800 2009 | |
| |
util.c | Thu Mar 19 01:52:54 -0700 2009 | |
| |
util.h | Thu Mar 19 01:52:54 -0700 2009 | |
| |
version.sh |
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/








