git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3200 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-05-16 16:18:56 +00:00
parent 7907005182
commit e03a741396

5
TODO
View file

@ -1,7 +1,4 @@
- To limit the used memory, put a maximum size on the URL queue
(eg. 20000 URLs). If reached, the worker calling queue.put() will
wait for another worker to call queue.get() before continuing.
Problem: dead lock when all workers called queue.put().
- [FEATURE] Use a prebuilt cookie file to set initial cookies.
- [FEATURE] postmortem debugging with pdb.pm()