ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-82
SERVERCLASS Statements
AVAILABLE_SERVERS available-servers
is an unsigned integer number in the range 0 through 254 that specifies the
number of server processes to start for this server class when SCS is started;
available-servers must be less than or equal to the value you specify for
max-servers.
MAX_SERVERS max-servers
is an unsigned integer number in the range 0 through 254 that specifies the
maximum number of server processes to start for this server class when SCS is
started; max-servers must be greater than or equal to the value you specify for
available-servers.
PROFILE profile-name
is an alphanumeric character string up to 60 characters in length that specifies the
name of the profile for this server class; profile-name must begin with an
alphabetic character, followed by alphabetic, numeric, and underscore characters.
INIT_HEAP_SIZE_KB init-heap-size-kb
is an INT(2) number in the range 500 through 32767 that specifies an initial heap
size in kilobytes for the server class process. The value you specify determines the
initial number of kilobytes in a memory segment used to cache SQL statements.
MAX_HEAP_SIZE_KB max-heap-size-kb
is an INT(2) number in the range 500 through 32767 that specifies the maximum
heap size in kilobytes for the server class process. The value you specify
determines the maximum number of kilobytes for a memory segment if additional
memory is needed to cache an SQL statement. The value you specify for
max-heap-size-kb must be greater than init-heap-size-kb.
IDLE_DELETE_DELAY_SEC delete-delay-seconds
is an INT(4) value in the range 0 through 2,147,483,647, where a value greater
than 0 specifies the number of seconds to wait after the connection terminates
before reducing the number of running server processes to available-servers;
a value of 0 specifies that SCS not delete the NOS process after the connection
terminates. The default is 0 (zero).