Use this page to enable the asynchronous request dispatcher (ARD), which enables servlets and JSP pages to make standard include calls concurrently on separate threads.
To view this administrative console page, click
.Additionally, the initiation and the insertion of the include contents can be separated so that the include has more time to execute before it needs to be written to the response. ARD requires aggregation of the include contents with the original response. The application server can aggregate the contents in memory or the client browser can aggregate the contents through AJAX. Aggregation type is configurable at the application level.
Enables applications installed on this server to use asynchronous request dispatching.
Specifies the default timeout in milliseconds to complete asynchronous includes.
Information | Value |
---|---|
Data type | Integer |
Units | Milliseconds |
Default | 60000 |
Range |
Specifies the maximum percentage of expired response versus total response in one minute before switching to synchronous requests.
Information | Value |
---|---|
Data type | Integer |
Units | Percentage |
Default | 15 |
Range |
Specifies the maximum size of store for client side requests.
Information | Value |
---|---|
Data type | Integer |
Units | Megabytes |
Default | 100 |
Range |