about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-11-14 21:27:11 +0000
committerEric Wong <normalperson@yhbt.net>2012-11-14 21:33:47 +0000
commit07f7cfcddc1d1baacf76e0a84007901292a710eb (patch)
treee8e603c5d6b57df7ab98789debae813d64eafcc1 /README
parentb615dd35ac805176cd1284145b0c0a75f2ce5554 (diff)
downloadcmogstored-07f7cfcddc1d1baacf76e0a84007901292a710eb.tar.gz
Fixes manpage references to include sections.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 3e33fd2..e4b4193 100644
--- a/README
+++ b/README
@@ -14,15 +14,15 @@ Features
 ========
 
 * low memory footprint, more memory for file system caches
-* multithreaded design keeps queues in rotational disks busy
+* multithreaded design[1] keeps queues in rotational disks busy
 * epoll/kqueue used to cheaply maintain persistent connections
-* supports MD5 checksum extension for mogstored
+* supports checksumming features in MogileFS::Server 2.60+
 * easily installable on modern GNU/Linux and FreeBSD without Perl
 * supports HTTP/1.1 persistent connections and pipelining
 * supports chunked and partial (Content-Range) HTTP/1.1 PUT requests
 * supports partial GET requests
 * may reject PUTs based on Content-MD5 header/trailer verification
-* graceful shutdown via SIGQUIT won't terminate active requests
+* graceful shutdown via SIGQUIT will not terminate active requests
 * extensive test suite, code coverage and Valgrind-tested
 
 Getting Started
@@ -82,3 +82,5 @@ http://bogomips.org/cmogstored/README
 
 The latest releases are announced via Atom feed:
 http://bogomips.org/cmogstored/NEWS.atom.xml
+
+[1] http://bogomips.org/cmogstored/queues.txt