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 (
sgrimm (author)
Mon Apr 16 08:34:03 -0700 2007
commit 111846a42f3a37af17486f4d94c27ace266b45bd
tree 6a3b5a81e147e26321f88ff679d345cb3cea025f
parent 6d10c112651a4b97a28a62ced6ed4b20ac4672c9
tree 6a3b5a81e147e26321f88ff679d345cb3cea025f
parent 6d10c112651a4b97a28a62ced6ed4b20ac4672c9
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
BUILD | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
CONTRIBUTORS | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
COPYING | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
ChangeLog | Wed Jun 11 20:36:09 -0700 2008 | [dormando] |
| |
LICENSE | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
Makefile.am | Fri Nov 16 01:13:41 -0800 2007 | [dormando] |
| |
NEWS | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
README | Mon Apr 16 17:24:53 -0700 2007 | [plindner] |
| |
TODO | Sat Sep 02 20:18:26 -0700 2006 | [bradfitz] |
| |
assoc.c | Wed Jun 18 11:30:22 -0700 2008 | [dustin] |
| |
assoc.h | Mon Apr 16 08:34:03 -0700 2007 | [sgrimm] |
| |
autogen.sh | Mon May 07 12:50:54 -0700 2007 | [plindner] |
| |
configure.ac | Sun Mar 02 21:08:40 -0800 2008 | [dormando] |
| |
daemon.c | Sat Jul 07 17:01:52 -0700 2007 | [sgrimm] |
| |
devtools/ | Thu Feb 21 20:57:41 -0800 2008 | [dormando] |
| |
doc/ | Mon Mar 03 10:45:30 -0800 2008 | [dormando] |
| |
items.c | Sun Mar 02 21:08:36 -0800 2008 | [dormando] |
| |
items.h | Mon Jul 09 23:43:58 -0700 2007 | [plindner] |
| |
memcached.c | Thu Jun 19 08:29:10 -0700 2008 | [Cosimo Streppone] |
| |
memcached.h | Sun Mar 02 21:08:31 -0800 2008 | [dormando] |
| |
scripts/ | Fri Oct 05 09:55:40 -0700 2007 | [sgrimm] |
| |
slabs.c | Sun Mar 02 21:08:31 -0800 2008 | [dormando] |
| |
slabs.h | Sun Mar 02 21:08:31 -0800 2008 | [dormando] |
| |
stats.c | Mon Jul 09 07:28:54 -0700 2007 | [plindner] |
| |
stats.h | Mon Apr 16 16:33:43 -0700 2007 | [plindner] |
| |
t/ | Thu Feb 21 20:57:41 -0800 2008 | [dormando] |
| |
thread.c | Sun Mar 02 21:08:31 -0800 2008 | [dormando] |
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/




