bradfitz / memcached forked from dustin/memcached
- Source
- Commits
- Network (16)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Cosimo Streppone (author)
Thu Jun 19 08:29:10 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.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 | ||
| |
configure.ac | ||
| |
daemon.c | ||
| |
devtools/ | Thu Feb 21 20:57:41 -0800 2008 | |
| |
doc/ | ||
| |
items.c | ||
| |
items.h | ||
| |
memcached.c | ||
| |
memcached.h | ||
| |
memcached.spec | ||
| |
scripts/ | Fri Oct 05 09:55:40 -0700 2007 | |
| |
slabs.c | ||
| |
slabs.h | Sun Mar 02 21:08:31 -0800 2008 | |
| |
stats.c | Mon Jul 09 07:28:54 -0700 2007 | |
| |
stats.h | Mon Apr 16 16:33:43 -0700 2007 | |
| |
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/

