From a94bab8443f2d1ad3c5cb9b8f8cc105957731b67 Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 2 Mar 2005 10:33:07 +0000 Subject: [PATCH] added low process prio feature git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2329 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 8be50b98..21217f25 100644 --- a/TODO +++ b/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,