2000-03-22 01:11:41 +00:00
|
|
|
High priority
|
|
|
|
|
|
2000-04-10 16:58:05 +00:00
|
|
|
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.
|
2000-05-08 22:18:45 +00:00
|
|
|
Wait for Python 1.6 and urllib2.
|
2000-03-22 01:11:41 +00:00
|
|
|
|
|
|
|
|
o I want to be able to supply a "break" command even when multiple
|
2000-03-25 01:11:00 +00:00
|
|
|
threads are running.
|
2000-04-10 16:58:05 +00:00
|
|
|
The thread implementation of Python is somewhat sparse and does not allow
|
2000-06-18 12:36:42 +00:00
|
|
|
suspending/stopping of threads. What I am doing is to call sys.exit(1).
|
2000-03-22 01:11:41 +00:00
|
|
|
|
2000-07-15 14:14:16 +00:00
|
|
|
o Parse output and make a site map graphic (PNG format)
|
2000-05-08 22:18:45 +00:00
|
|
|
Use an existing layout algorithm.
|
2000-06-10 18:06:43 +00:00
|
|
|
|
2000-03-22 01:11:41 +00:00
|
|
|
Low priority
|