diff options
author | Roger Dingledine <arma@torproject.org> | 2003-02-14 07:53:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-02-14 07:53:55 +0000 |
commit | 3cf02a88f49c5fc01fd13fc910c4d5c5ea4ac098 (patch) | |
tree | 0c91169c7c95cbb79b9b2ca2451b702f4f39d3cf /TODO | |
parent | 5273e2b88709feabb34dd9db3cac37854903272b (diff) | |
download | tor-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-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |