tmaesaka / memcached forked from dustin/memcached
- Source
- Commits
- Network (16)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8b03e78
Trond Norbye (author)
Wed Oct 08 03:28:02 -0700 2008
| 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 | Mon Apr 16 08:34:03 -0700 2007 | |
| |
autogen.sh | Mon Dec 22 12:35:53 -0800 2008 | |
| |
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/ | Fri Oct 05 09:55:40 -0700 2007 | |
| |
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/

