The CiDaemon priority is controlled by two settings:
ThreadClassFilter specifies the priority class of the filter daemon. The possible values are:
NORMAL_PRIORITY_CLASS | 0x00000020 |
IDLE_PRIORITY_CLASS (default) | 0x00000040 |
HIGH_PRIORITY_CLASS | 0x00000080 |
REALTIME_PRIORITY_CLASS | 0x00000100 |
ThreadPriorityFilter specifies the priority in the specific class. The possible values are:
THREAD_PRIORITY_LOWEST | -2 |
THREAD_PRIORITY_BELOW_NORMAL | -1 |
THREAD_PRIORITY_NORMAL | 0 |
THREAD_PRIORITY_ABOVE_NORMAL (default) | +1 |
THREAD_PRIORITY_HIGHEST | +2 |
By default the CiDaemon process is set to run in the idle priority class to prevent interference with normal foreground activity. On a busy server, this might result in the files never being filtered. To run the CiDaemon process as a normal process, set the ThreadClassFilter to NORMAL_PRIORITY_CLASS and ThreadPriorityFilter to THREAD_PRIORITY_NORMAL.
Important Setting ThreadClassFilter to HIGH_PRIORITY_CLASS or REALTIME_PROCESS_CLASS is not recommended because it may interfere with normal activity on the system.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/ix/ixfilpri.htm, 3KB, , updated: 1997/9/29 02:23, local time: 2024/11/23 07:45,
18.216.53.7:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/language/asp/ix/ixfilpri.htm"> Microsoft Index Server: CiDaemon Priority Settings</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.