mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
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:
parent
d0335db86a
commit
a94bab8443
1 changed files with 9 additions and 0 deletions
9
TODO
9
TODO
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue