Server:/Limits/
| ||||
---|---|---|---|---|
Setting | Explanation | Default / Example | Data Type | Access R,W,A,D |
MaxClientBody | The maximum size client message body allowed. | 50000 | Integer | R,W |
MaxClientHeaders | The maximum size client header allowed. | 10000 | Integer | R,W |
MaxClients | The maximum number of simultaneous client connections allowed. Test Drive users are limited to a maximum of 8 per service. Connections that cannot be immmediately serviced are queued. | 20 | Integer | R,W |
MaxFiles | The maximum number of open files that each client connection is allocated. | 5 | Integer | R,W |
RejectIfBusy | Whether the server should drop incoming connections if it is already busy with the maximum number of connections. If set to 0 (FALSE), the incoming client will be put on hold until a connection becomes available. | No | Integer | R,W |
ResponseGoal | The desired average response time for the server. Shown in the graph displayed on the console. Each server can have its own response goal. | 0 | Integer | R,W |
TimeoutConnection | The maximum time in seconds for which any connection is allowed to be established. Most services should have this set to 0 (no timeout), and use the inactive timeout to govern connections. | 0 | Integer | R,W |
TimeoutInactive | The maximum time in seconds of inactive time with no reading or writing before the client connection is rejected. This timeout is applied even if there is no connection timeout, so inactive clients will be terminated anyway. | 300 | Integer | R,W |
TimeoutInit | The maximum time in seconds before server initialisation is rejected. | 60 | Integer | R,W |
TimeoutRead | The maximum time in seconds allowed for reading the client request. | 0 | Integer | R,W |
TimeoutScript | Timeout in seconds before script execution is aborted. | 600 | Integer | R,W |
TimeoutWrite | The maximum time in seconds allowed for writing the reply to the client. We suggest 600 for HTTP servers that won't be distributing files larger than 1 megabyte. FTP servers should set this to 0 (no timeout). | 0 | Integer | R,W |
WarningClients | The number of simultaneous client connections after which a warning will be shown on the console. Set to 0 to disable. | 0 | Integer | R,W |