在第 61 页的操作指南中:
SERVER_PRIORITY_CLASS 。Windows 服务器平台上 InterBase 服务的优先级。值 1 是低优先级,2 是高优先级。仅与 Windows 服务器平台相关。默认为 1
在与 Interbase 一起分发的 IBConfig 文件中:
#SERVER_PRIORITY_CLASS 1
## Platforms: Windows
## Priority of the InterBase service on Windows
## The value 1 is low priority, 2 is high priority.
## Relevant only on Windows NT/2000/XP.
只需要说明何时将 Server_Priority_Class 从默认值 (1) 更改为 2 是合适的。
IBConfig 文件中的注释表明该设置仅适用于 Windows NT/2000/XP,而 OpGuide 表示它仅与 Windows 服务器平台相关。我们的服务器都不使用 Windows NT/2000/WinXP(都是 Window Server 2003、2008 等)
谢谢,汤姆格林威