uCosminexus Application Server, Web Container Functionality Guide
Specify the definition for controlling the number of request processing threads in the <configuration> tag of the logical J2EE server (j2ee-server) in the Easy Setup definition file.
The following table lists the definitions in the Easy Setup definition file for controlling the number of request processing threads:
Table 5-7 Definitions in the Easy Setup definition file for controlling the number of request processing threads
Parameter to be specified | Setting contents |
---|---|
webserver.connector.inprocess_http.init_threads | Specify the number of request processing threads created when the J2EE server starts. |
webserver.connector.inprocess_http.min_spare_threads | Specify the minimum number of spare threads. If the number of spare threads is less than the specified minimum value, the request processing threads are added and are pooled as the spare threads. |
webserver.connector.inprocess_http.max_spare_threads | Specify the maximum number of spare threads. If the number of spare threads is more than the specified maximum value, the surplus spare threads are deleted. By setting the maximum number of spare threads equal to the maximum number of connections from the Web client, you can continue to use the request processing threads created once without deleting them. |
webserver.connector.inprocess_http.keep_start_threads | Specify whether or not to maintain the request processing threads created when the J2EE server starts. |
For details on the Easy Setup definition file and the parameters to be specified, see the uCosminexus Application Server Definition Reference Guide.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.