connection pooling

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2191 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-21 10:39:40 +00:00
parent 6bcb53d4de
commit 0bd0d11e30

6
TODO
View file

@ -1,4 +1,8 @@
Next releases:
Possible improvements people could work on:
- Connection pooling. Right now we open for every link a new connection.
Must be thread-safe, must handle timeouts and connection expiration
(HTTP Keepalive header parsing).
- rethink intern/extern stuff