added low process prio feature

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2329 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-02 10:33:07 +00:00
parent d0335db86a
commit a94bab8443

9
TODO
View file

@ -7,6 +7,15 @@ Possible improvements people could work on:
comma-separated list of hosts, that should be contacted
directly and not over a proxy.
- [FEATURE] Prevent LinkChecker from taking too much CPU resources.
Windows:
http://msdn.microsoft.com/library/en-us/dllproc/base/scheduling_priorities.asp
win32process.SetPriorityClass(
win32process.GetCurrentProcess(),
win32process.BELOW_NORMAL_PRIORITY_CLASS)
Linux:
os.nice(+5)
- [USAGE] rethink intern/extern stuff
- [BUGFIX] when an URL is found in the cache and it has a broken anchor,