mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-10 01:21:00 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@73 e7d03fd6-7b0d-0410-9947-9c21f3af8025
18 lines
660 B
Text
18 lines
660 B
Text
High priority
|
|
|
|
o DNS (and some URLs) seem to hang sometimes. This is not entirely true.
|
|
The SMTP connect has a very long timeout (>200 seconds).
|
|
But I can not use the signal module with threads.
|
|
For convenient timeout setting I have to wait for Python 1.6 and urllib2.
|
|
|
|
o I want to be able to supply a "break" command even when multiple
|
|
threads are running.
|
|
The thread implementation of Python is somewhat sparse and does not allow
|
|
suspending/stopping of threads. What I am doing is to call sys.exit(1).
|
|
This kills the entire Python interpreter.
|
|
|
|
o Internationalization
|
|
|
|
o Parse GML output and make a site map graphic (PNG format)
|
|
|
|
Low priority
|