git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3166 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-05-14 08:42:09 +00:00
parent 853f1d7f51
commit d9177bdf09

2
TODO
View file

@ -1,5 +1,3 @@
- Ctrl-C is not really working.
- 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.