Code

various updates
[roundup.git] / doc / FAQ.txt
index da86570c0c5d5b8f36c067d0bfe4067c3422ff9d..a96f9ba7b56913d5360cd3c9c1f54db901d6f245 100644 (file)
@@ -2,7 +2,7 @@
 Roundup FAQ
 ===========
 
-:Version: $Revision: 1.13 $
+:Version: $Revision: 1.15 $
 
 .. contents::
 
@@ -79,6 +79,19 @@ You need to add the last 3 RewriteRule lines for each tracker that you have.
 You can now firewall off port 8888 from the rest of the world.
 
 
+Roundup runs very slowly on my XP machine when accessed from the Internet
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The issue is probably related to host name resolution for the client
+performing the request. You can turn off the resolution of the names
+when it's so slow like this. To do so, edit the module
+roundup/scripts/roundup_server.py around line 77 to add the following
+to the RoundupRequestHandler class:
+
+     def address_string(self):
+         return self.client_address[0]
+
+
 Templates
 ---------
 
@@ -155,5 +168,5 @@ to the URL of the tracker.
 Back to `Table of Contents`_
 
 .. _`Table of Contents`: index.html
-.. _`customisation`: customisation.html
+.. _`customisation`: customizing.html