git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2228 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-28 12:12:50 +00:00
parent 74b8c8745e
commit b2f158220f

8
TODO
View file

@ -1,13 +1,11 @@
Possible improvements people could work on:
- [FEATURE] .dot output logger
http://www.graphviz.org/cvs/doc/info/lang.html
- [OPTIMIZATION] Connection pooling. Right now we open for every link a
new connection.
- [OPTIMIZATION] HTTP connection pooling. Right now we open for every
HTTP link a new connection.
Must be thread-safe, must handle timeouts and connection expiration
(HTTP: only pool persistent (ie. HTTP/1.1) connections; Keepalive
header parsing).
Note: FTP connection pooling is already there, but without timeouts.
- [USAGE] rethink intern/extern stuff