changeset 1721:ed2c4f5a27da

add xp lookup slowness
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Jul 2003 22:47:09 +0000
parents eeb167fb8faf
children bc4f0aec594e
files doc/FAQ.txt
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/FAQ.txt	Thu Jul 03 23:46:34 2003 +0000
+++ b/doc/FAQ.txt	Tue Jul 15 22:47:09 2003 +0000
@@ -2,7 +2,7 @@
 Roundup FAQ
 ===========
 
-:Version: $Revision: 1.13 $
+:Version: $Revision: 1.14 $
 
 .. contents::
 
@@ -79,6 +79,19 @@
 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
 ---------
 

Roundup Issue Tracker: http://roundup-tracker.org/