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 (
Brad Fitzpatrick (author)
Wed May 02 16:20:51 -0700 2007
| name | age | message | |
|---|---|---|---|
| |
.shipit | Wed May 02 16:20:51 -0700 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 | Wed May 02 16:20:51 -0700 2007 | |
| |
LICENSE | Thu Aug 05 20:04:15 -0700 2004 | |
| |
Makefile.am | Mon Apr 16 08:34:03 -0700 2007 | |
| |
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 Apr 16 14:32:18 -0700 2007 | |
| |
assoc.h | Mon Apr 16 08:34:03 -0700 2007 | |
| |
autogen.sh | Sun Sep 03 16:57:20 -0700 2006 | |
| |
configure.ac | Wed May 02 16:20:51 -0700 2007 | |
| |
daemon.c | Fri Apr 13 13:20:07 -0700 2007 | |
| |
devtools/ | Mon Apr 09 17:02:36 -0700 2007 | |
| |
doc/ | Tue May 01 22:47:05 -0700 2007 | |
| |
items.c | Mon Apr 16 16:33:43 -0700 2007 | |
| |
items.h | Mon Apr 16 16:33:43 -0700 2007 | |
| |
memcached.c | Wed Apr 18 05:21:27 -0700 2007 | |
| |
memcached.h | Mon Apr 16 16:33:43 -0700 2007 | |
| |
scripts/ | Thu Apr 12 15:17:24 -0700 2007 | |
| |
slabs.c | Mon Apr 16 17:59:12 -0700 2007 | |
| |
slabs.h | Mon Apr 16 08:34:03 -0700 2007 | |
| |
stats.c | Mon Apr 16 17:59:12 -0700 2007 | |
| |
stats.h | Mon Apr 16 16:33:43 -0700 2007 | |
| |
t/ | Wed May 02 16:17:18 -0700 2007 | |
| |
thread.c | Mon Apr 16 16:33:43 -0700 2007 |
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/







