summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2003-06-22 02:52:05 +0000
committerBrad Fitzpatrick <brad@danga.com>2003-06-22 02:52:05 +0000
commit7917af40da246fa99ca27734b31af2ae2ac1b54a (patch)
tree7c5e0da643ba2802f73530c6450e308eb80e0887 /BUILD
parentf6d334e03c17de77f137e3176245f71e2f356ae0 (diff)
downloadmemcached-7917af40da246fa99ca27734b31af2ae2ac1b54a.tar.gz
misc fixes as suggested by avva. lot of comment updates, mostly.
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@35 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index d364d3f..73c648e 100644
--- a/BUILD
+++ b/BUILD
@@ -1,10 +1,11 @@
Ideally, you want to make a static binary, otherwise the dynamic
linker pollutes your address space with shared libs right in the
-middle.
+middle. (NOTE: actually, this shouldn't matter so much anymore, now
+that we only allocate huge, fixed-size slabs)
Make sure your libevent has epoll (Linux) or kqueue (BSD) support.
Using poll or select only is slow, and works for testing, but
-shouldn't be used for high-traffice memcache installations.
+shouldn't be used for high-traffic memcache installations.
To build libevent with epoll on Linux, you need: