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 (
commit 5bf5dee3754dc5cb13eeb45642a8397a89e4c617
tree e0c776d8b087593f3cc433acfad12845f96e85b2
parent 74d52354bb720d08f9554d91fd781032ad2aa8e3
tree e0c776d8b087593f3cc433acfad12845f96e85b2
parent 74d52354bb720d08f9554d91fd781032ad2aa8e3
| name | age | message | |
|---|---|---|---|
| |
.shipit | Thu Dec 06 01:38:49 -0800 2007 | [dormando] |
| |
AUTHORS | Wed Mar 22 22:41:44 -0800 2006 | [bradfitz] |
| |
BUILD | 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 | Wed Jun 18 12:11:50 -0700 2008 | [dustin] |
| |
memcached.h | Sun Mar 02 21:08:31 -0800 2008 | [dormando] |
| |
memcached.spec | Sun Mar 02 21:08:40 -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). 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/




