The ColdFusion charting and graphing server lets you produce highly customizable business graphics, in a variety of formats, using the cfquery tag. Use the Charting page in the Administrator to control characteristics of the server.
The following table describes the caching and thread settings for the ColdFusion charting and graphing server:
Option |
Description |
---|---|
Cache Type |
Set the cache type. Charts can be cached either in memory or to disk. Memory caching is faster, but more memory intensive. |
Maximum Number Of Cached Images |
Specify the maximum number of charts to store in the cache. After the cache is full, if you generate a new chart, ColdFusion discards the oldest chart in the cache. |
Max Number Of Charting Threads |
Specify the maximum number of chart requests that can be processed concurrently. The minimum number is 1 and the maximum is 5. (Higher numbers are more memory-intensive.) |
Disk Cache Location |
When caching to disk, specify the directory in which to store the generated charts. |