mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
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:
parent
6bcb53d4de
commit
0bd0d11e30
1 changed files with 5 additions and 1 deletions
6
TODO
6
TODO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue