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)
Tue Dec 05 02:35:56 -0800 2006
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Fri Jun 13 19:27:53 -0700 2003 | |
| |
BUILD | Thu Jul 31 16:37:04 -0700 2003 | |
| |
CONTRIBUTORS | Wed Oct 22 18:54:19 -0700 2003 | |
| |
COPYING | Thu Aug 05 20:04:15 -0700 2004 | |
| |
ChangeLog | ||
| |
LICENSE | Thu Aug 05 20:04:15 -0700 2004 | |
| |
Makefile.am | Thu Sep 07 13:38:00 -0700 2006 | |
| |
NEWS | Sat Jun 14 16:07:09 -0700 2003 | |
| |
README | Sat Jun 21 19:52:05 -0700 2003 | |
| |
TODO | Sat Sep 02 20:18:26 -0700 2006 | |
| |
assoc.c | ||
| |
autogen.sh | Sun Sep 03 16:57:20 -0700 2006 | |
| |
configure.ac | ||
| |
daemon.c | Sun Sep 03 21:08:03 -0700 2006 | |
| |
devtools/ | Sun Sep 03 20:52:53 -0700 2006 | |
| |
doc/ | Tue Sep 05 19:44:13 -0700 2006 | |
| |
items.c | ||
| |
memcached.c | ||
| |
memcached.h | ||
| |
scripts/ | Fri Jul 16 10:46:01 -0700 2004 | |
| |
slabs.c | Mon Sep 04 22:50:57 -0700 2006 | |
| |
t/ | Mon Nov 20 13:16:56 -0800 2006 |
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). 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/








