You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ma...@apache.org on 2011/07/07 09:32:07 UTC

svn commit: r1143688 [2/2] - in /zookeeper/trunk: ./ docs/ docs/skin/ src/docs/src/documentation/content/xdocs/

Modified: zookeeper/trunk/docs/zookeeperStarted.pdf
URL: http://svn.apache.org/viewvc/zookeeper/trunk/docs/zookeeperStarted.pdf?rev=1143688&r1=1143687&r2=1143688&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/trunk/docs/zookeeperTutorial.html
URL: http://svn.apache.org/viewvc/zookeeper/trunk/docs/zookeeperTutorial.html?rev=1143688&r1=1143687&r2=1143688&view=diff
==============================================================================
--- zookeeper/trunk/docs/zookeeperTutorial.html (original)
+++ zookeeper/trunk/docs/zookeeperTutorial.html Thu Jul  7 07:32:06 2011
@@ -3,7 +3,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
+<meta name="Forrest-version" content="0.9">
 <meta name="Forrest-skin-name" content="pelt">
 <title>Programming with ZooKeeper - A basic tutorial</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
@@ -203,6 +203,7 @@ document.write("Last Published: " + docu
         PDF</a>
 </div>
 <h1>Programming with ZooKeeper - A basic tutorial</h1>
+<div id="front-matter">
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
@@ -219,12 +220,13 @@ document.write("Last Published: " + docu
 </li>
 </ul>
 </div>
+</div>
   
 
   
 
   
-<a name="N10009"></a><a name="ch_Introduction"></a>
+<a name="ch_Introduction"></a>
 <h2 class="h3">Introduction</h2>
 <div class="section">
 <p>In this tutorial, we show simple implementations of barriers and 
@@ -275,7 +277,7 @@ This point becomes clear once we go over
 </div>
    
  
-<a name="N1001F"></a><a name="sc_barriers"></a>
+<a name="sc_barriers"></a>
 <h2 class="h3">Barriers</h2>
 <div class="section">
 <p>
@@ -417,7 +419,7 @@ it checks once more whether the root nod
 </pre>
 </div>
 
-<a name="N10051"></a><a name="sc_producerConsumerQueues"></a>
+<a name="sc_producerConsumerQueues"></a>
 <h2 class="h3">Producer-Consumer Queues</h2>
 <div class="section">
 <p>
@@ -544,7 +546,7 @@ from each one.</p>
 </pre>
 </div>
 
-<a name="N1006F"></a><a name="sc_sourceListing"></a>
+<a name="sc_sourceListing"></a>
 <h2 class="h3">Complete Source Listing</h2>
 <div class="section">
 <div class="note example">

Modified: zookeeper/trunk/docs/zookeeperTutorial.pdf
URL: http://svn.apache.org/viewvc/zookeeper/trunk/docs/zookeeperTutorial.pdf?rev=1143688&r1=1143687&r2=1143688&view=diff
==============================================================================
Binary files - no diff available.

Modified: zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml?rev=1143688&r1=1143687&r2=1143688&view=diff
==============================================================================
--- zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml (original)
+++ zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml Thu Jul  7 07:32:06 2011
@@ -731,7 +731,7 @@ server.3=zoo3:2888:3888</programlisting>
               level) that a single client, identified by IP address, may make
               to a single member of the ZooKeeper ensemble. This is used to 
               prevent certain classes of DoS attacks, including file 
-              descriptor exhaustion. The default is 10. Setting this to 0 
+              descriptor exhaustion. The default is 60. Setting this to 0
               entirely removes the limit on concurrent connections.</para>
             </listitem>
            </varlistentry>