mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 12:40:33 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2228 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
74b8c8745e
commit
b2f158220f
1 changed files with 3 additions and 5 deletions
8
TODO
8
TODO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue