Use this page to edit the values of the directives in init.conf that affect that affect threads, processes and connections for your server.
The following table describes the fields and buttons on the page. The left column lists the fields and buttons; the right column describes the functionality.
Field or Button
|
Description
|
---|---|
KeepAliveThreads |
Determines the number of threads in the keep-alive subsystem. It is recommended that this number be a small multiple of the number of processors on the system. |
KeepAliveTimeout |
Determines the maximum time that the server holds open an HTTP Keep-Alive connection or a persistent connection between the client and the server. |
MaxKeepAliveConnections |
Specifies the maximum number of Keep-Alive and persistent connections that the server can have open simultaneously. Values range from 0 to 32768. |
UseNativePoll |
OFF (or a value of 0) uses a platform-specific poll interface. ON (or a value of 1) uses the NSPR poll interface in the KeepAlive subsystem. |
OK |
Saves your entries. |
Reset |
Resets the values on the page to the default values. |