From b2f158220fb7918b653bf4d577bf481b4b8bc309 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 28 Jan 2005 12:12:50 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2228 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 413bb572..1623cb6c 100644 --- a/TODO +++ b/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