Initial Request Processors
Description
Indicates the number of request processors (RPs) that are started at
startup time (i.e., when the server is started with the
STRWBL
command). An RP is needed to process each server request. The number
of RPs the server should have available at startup is dependent on
the typical number of concurrent requests the server must handle.
Additional RPs can be started dynamically (see
request wait timeout)
or procedurally using the
STRWBLRP command. Individual RPs can be ended with
the ENDWBLRP
command.
Parameters
The number of RPs to start. This must be a value between 1 and
maximum request processors.
Default If No Entry Found
1
Command To Change This Value
File Syntax
InitialRPs Number
Only one entry may exist in the
master server configuration file.
If more than one entry is found, the last one will be used.
Also See