summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-02-14 07:53:55 +0000
committerRoger Dingledine <arma@torproject.org>2003-02-14 07:53:55 +0000
commit3cf02a88f49c5fc01fd13fc910c4d5c5ea4ac098 (patch)
tree0c91169c7c95cbb79b9b2ca2451b702f4f39d3cf /TODO
parent5273e2b88709feabb34dd9db3cac37854903272b (diff)
downloadtor-3cf02a88f49c5fc01fd13fc910c4d5c5ea4ac098.tar.gz
tor-3cf02a88f49c5fc01fd13fc910c4d5c5ea4ac098.zip
rudimentary dns caching (of both resolves and resolve failures)
serious performance increase over non-caching svn:r158
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 9e340b81a7..16426bfde9 100644
--- a/TODO
+++ b/TODO
@@ -32,11 +32,11 @@ SPEC - Spec not finalized
o Distribute queries onto the farm, get answers
o Preemptively grow a new worker before he's needed
- Prune workers when too many are idle
- - Keep track of which connections are in dns_wait
- - Need to cache positives/negatives on the tor side
- - Keep track of which queries have been asked
- - Better error handling when
- - An address doesn't resolve
+ o Keep track of which connections are in dns_wait
+ o Need to cache positives/negatives on the tor side
+ o Keep track of which queries have been asked
+ . Better error handling when
+ . An address doesn't resolve
- We have max workers running
. Directory servers
- Automated reputation management