Adobe ColdFusion 8

Request Tuning page

The Request Tuning page of the Administrator contains configuration options that you use to specify the number of different types of requests and threads that ColdFusion can handle simultaneously.

Option

Description

Maximum Number Of Simultaneous Template Requests

The number of CFML page requests that can be processed concurrently. Use this setting to increase overall system performance for heavy-load applications. Requests beyond the specified limit are queued.

Maximum Number Of Simultaneous Flash Remoting Requests

The number of Adobe Flash® Remoting requests that can be processed concurrently.

Maximum Number Of Simultaneous Web Service Requests

The number of Web Service requests that can be processed concurrently.

Maximum Number Of Simultaneous CFC Function Requests

The number of ColdFusion Component methods that can be processed concurrently through HTTP. This does not affect starting CFC methods from CFML, only methods requested through an HTTP request.

Maximum Number Of Simultaneous Report Threads

The maximum number of ColdFusion reports that can be processed concurrently.

Maximum Number Of Threads Available For CFTHREAD

CFTHREAD that runs concurrently. Threads that CFTHREAD creates in excess of this are queued.

Timeout Requests Waiting In Queue After n Seconds

If a request has waited in the queue for this long, time out the request. This value should be at least as long as the Request Timeout setting (currently 60 seconds).

Request Queue Timeout Page

Specify a relative path to an HTML page to send to clients when a template request times out before getting a chance to run. For example "/CFIDE/timeout.html." This page cannot contain CFML. If a page is not specified here, clients will receive a 500 Request Timeout error if their request does not get a chance to run.

Maximum Number Of Running JRun Threads

Maximum number of JRun handler threads that will run concurrently. This is the number of request threads that the underlying JRun J2EE application server will run at the same time. This includes any non-ColdFusion requests such as JSP or HTML pages served through JRun.

Maximum Number Of Queued JRun Threads

Maximum number of requests that JRun will accept at any one time. This is the number of requests that the underlying JRun J2EE application server will accept at the same time.