You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/10/18 02:45:53 UTC

svn commit: r1399497 - /subversion/site/publish/docs/release-notes/1.8.html

Author: stefan2
Date: Thu Oct 18 00:45:53 2012
New Revision: 1399497

URL: http://svn.apache.org/viewvc?rev=1399497&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
  (svnserve): fix wording; state that N is unsigned int

Suggested by: danielsh

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1399497&r1=1399496&r2=1399497&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Thu Oct 18 00:45:53 2012
@@ -933,17 +933,18 @@ multi-stage data copying from caches to 
 status checks become a bottleneck. Today, most clients won't be able
 to generate enough aggregated traffic to make this an issue and an 8-core
 server should be able to send about 40Gb/s at 100% CPU load. Future
-clients may become able, however, to process 1Gb or even 10Gb per second
-and to create seriously high server loads.
+clients may be able, however, to process 1Gb or even 10Gb per second
+and to create significant server loads.
 </p>
 
 <p>When the server is given the <tt>--client-speed N</tt> parameter,
 it will assume that the clients are able to process data rates of 
-N Gbit/s. With N>0, the server will take various shortcuts to reduce
-the processing overhead. On the downside, it must employ strict time-outs
-to prevent clients from interfering each other: In any 1 second interval,
-a client must process incoming data at at least 2% of the specified
-speed or the operation may be aborted due to timeouts.
+N Gbit/s; N being a non-negative integer. With N>0, the server will
+take various shortcuts to reduce the processing overhead. On the downside,
+it must employ strict time-outs to prevent clients from interfering
+each other: In any 1 second interval, a client must process incoming
+data at at least 2% of the specified speed or the operation may be
+aborted due to a timeout.
 </p>
 
 </div> <!-- svnserve -->