XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix A: The ACCONF File
XYPRO Technology Corporation 109 Proprietary and Confidential
A25: PRIORITY
This keyword sets the priority at which each XYGATEAC process runs. If the
XYGATEAC process starts the DBSO object file (Database Server process), then the
priority of the Database Server process is one greater than this value.
Syntax:
PRIORITY <integer>
Example:
PRI 150
The priority of individual processes is set using the ACACL keyword PRI.
A26: REXP_ALLOWDENY
The REXP_ALLOWDENY keyword permits or prohibits the use of regular expressions
in the ALLOWCMD and DENYCMD ACACL keywords. Regular expressions can be
time-consuming to process, so on a slow or heavily used system, it will speed up
processing to deny their use.
Syntax:
REXP_ALLOWDENY { ON | OFF }
Example:
REXP_ALLOWDENY ON
The default value is OFF.
A27: SERVERTIMEOUT
This keyword tells the DBSO database server to stop after <seconds> of inactivity.
When the value –1 is used, it means that the server should not be stopped.
Syntax:
SERVERTIMEOUT <seconds>
Example:
SERVERTIMEOUT -1
The default value is –1 meaning never stop the DBSO process.