Mercurial > p > roundup > code
comparison doc/FAQ.txt @ 1721:ed2c4f5a27da
add xp lookup slowness
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jul 2003 22:47:09 +0000 |
| parents | 1cfffe2f54c2 |
| children | 4c7f5d925b12 f97bf72f758e |
comparison
equal
deleted
inserted
replaced
| 1719:eeb167fb8faf | 1721:ed2c4f5a27da |
|---|---|
| 1 =========== | 1 =========== |
| 2 Roundup FAQ | 2 Roundup FAQ |
| 3 =========== | 3 =========== |
| 4 | 4 |
| 5 :Version: $Revision: 1.13 $ | 5 :Version: $Revision: 1.14 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 | 9 |
| 10 Installation | 10 Installation |
| 75 roundup-server. | 75 roundup-server. |
| 76 | 76 |
| 77 You need to add the last 3 RewriteRule lines for each tracker that you have. | 77 You need to add the last 3 RewriteRule lines for each tracker that you have. |
| 78 | 78 |
| 79 You can now firewall off port 8888 from the rest of the world. | 79 You can now firewall off port 8888 from the rest of the world. |
| 80 | |
| 81 | |
| 82 Roundup runs very slowly on my XP machine when accessed from the Internet | |
| 83 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 84 | |
| 85 The issue is probably related to host name resolution for the client | |
| 86 performing the request. You can turn off the resolution of the names | |
| 87 when it's so slow like this. To do so, edit the module | |
| 88 roundup/scripts/roundup_server.py around line 77 to add the following | |
| 89 to the RoundupRequestHandler class: | |
| 90 | |
| 91 def address_string(self): | |
| 92 return self.client_address[0] | |
| 80 | 93 |
| 81 | 94 |
| 82 Templates | 95 Templates |
| 83 --------- | 96 --------- |
| 84 | 97 |
