summaryrefslogtreecommitdiffstats
path: root/cluster/gearmand/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/gearmand/DETAILS')
-rwxr-xr-xcluster/gearmand/DETAILS9
1 files changed, 6 insertions, 3 deletions
diff --git a/cluster/gearmand/DETAILS b/cluster/gearmand/DETAILS
index 2f0b961af3..23b02e6ae7 100755
--- a/cluster/gearmand/DETAILS
+++ b/cluster/gearmand/DETAILS
@@ -14,8 +14,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS=""
SHORT="load balancing and high availability client/server"
cat << EOF
-This is a rewrite (in C) of the Perl version found at http://danga.com/gearman/. It includes the
-both a client/worker library, as well as the server. The server acts as a bridge between workers
-(clients who can do work) and callers (clients who want work done). You should run several servers
+This is a rewrite (in C) of the Perl version found at
+http://danga.com/gearman/. It includes the
+both a client/worker library, as well as the server. The server acts as a
+bridge between workers
+(clients who can do work) and callers (clients who want work done). You
+should run several servers
(at least two) for both load balancing and high availability.
EOF