gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1891 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1891 - GNUnet-docs/WWW
Date: Wed, 24 Aug 2005 01:23:10 -0700 (PDT)

Author: grothoff
Date: 2005-08-24 01:23:08 -0700 (Wed, 24 Aug 2005)
New Revision: 1891

Modified:
   GNUnet-docs/WWW/user_afs.php3
Log:
data

Modified: GNUnet-docs/WWW/user_afs.php3
===================================================================
--- GNUnet-docs/WWW/user_afs.php3       2005-08-24 07:55:06 UTC (rev 1890)
+++ GNUnet-docs/WWW/user_afs.php3       2005-08-24 08:23:08 UTC (rev 1891)
@@ -203,28 +203,44 @@
 ANCHOR("mysql");H4("Setting up the mysql database");
 
 BP();
-W("Note: The mysql module does NOT work with mysql v3.23.49 due to a bug in 
mysql.");
-W("All later versions should be fine, including the 4.0.x series.");
-W("As of this writing, the current development version is 4.0.16-log on 
debian/unstable.");
+W("MySQL 4.1 is required since GNUnet uses prepared statements.");
+W("First, here are some performance numbers comparing MySQL and SQlite:");
+?>
+<table border=2>
+ <tr>
+ <th>DB</th>
+ <th>MySQL</th>
+ <th>SQlite</th>
+ </tr>
+ <tr>
+ <th>1.6 GHZ AMD 64<br>
+     GNU/Linux, gcc 3.3.5<br>
+     IO: 53.67 MB/sec</th>
+ <td>Upload: 615 MB, 350s (1714 kbps)<br>
+        <br>
+ </td>
+ <td>Upload: 615 MB, 424s (1414 kbps)<br>
+        <br>
+ </td>
+ </tr> 
+</table>
+<?php
 EP();
-
 H5("Highlights");
 BP();
 W("Pros:");
 EP();
-echo "<ul><li>";
-W("On up-to-date hardware where mysql can be used comfortably, the overall 
performance is fairly good (according to our tests).");
-echo "</li><li>";
-W("It is often possible to recover the mysql database from internal 
inconsistencies.");
-echo "</li></ul>";
+echo "<ul>";
+LI("On up-to-date hardware where mysql can be used comfortably, the overall 
performance is fairly good (according to our tests).");
+LI("It is often possible to recover the mysql database from internal 
inconsistencies.");
+echo "</ul>";
 BP();
 W("Cons:");
 EP();
-echo "<ul><li>";
-W("Memory usage");
-echo "</li><li>";
-W("Manual setup");
-echo "</li></ul>";
+echo "<ul>";
+LI("Memory usage");
+LI("Manual setup");
+echo "</ul>";
 
 H5("Setup Instructions");
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]