July 10, 2001
The ColdFusion Administrator Queued Requests Report (under Tools, Server Reports) lets you monitor the number of requests that are queued (waiting to be processed by ColdFusion) as well as the maximum queue size. This information is useful in determining overall system performance, as well as to...
July 9, 2001
The ColdFusion Administrator Cache Pops Report (under Tools, Server Reports) lets you view how effectively the ColdFusion cache is being used by monitoring how many files how to be ejected from it. This information is useful in determining when to increase the template cache size. (Applies to:...
July 8, 2001
The ColdFusion Administrator Database Operations Report (under Tools, Server Reports) lets you view database response times and the greatest number of databases requests processed at any given time. This information is useful in troubleshooting database settings and driver related issues. (Applies...
July 7, 2001
The ColdFusion Administrator Requests Report (under Tools, Server Reports) lets you view averages of request details, as well as CPU and memory usage for the current day or any specified date range. This information is useful in troubleshooting resource and response time problems. (Applies to:...
July 6, 2001
ColdFusion 4.x introduced clustering and integration with hardware based load-balancing (via Cisco hardware). ColdFusion 5 greatly simplifies this integration by eliminating the need for software based clusters. Instead, integration with load-balancing hardware can be configured simply by...
July 5, 2001
Looking for real-time ColdFusion performance data? Look no further than the ColdFusion 5 Administrator's Tools tab. The Server Reports option features a Statistics Summary report which contains the number of requests processed per second, the number of database requests processed per second,...
July 4, 2001
Just in case you ever need to reconstruct or mirror ColdFusion server settings, it always pays to have a hard copy of all settings available. ColdFusion 5 features a new Settings Summary report which includes all this information (as well as links to simplify editing settings if needed). You may...
July 3, 2001
The ColdFusion Administrator is a powerful application, and any changes to settings must be made with care and should also be logged so as to be able to undo them if needed. ColdFusion 5 now logs all changes and also features a new Settings Change Log report that may be used to view the changes...
July 2, 2001
ColdFusion allows administrators to restrict the use of certain tags if they feel that those tags could be abused or misused. These restrictions are global - they effect all applications, not specific or specifiable ones. But if you do need to override these restrictions for specific applications,...
July 1, 2001
To deploy an archive file on a ColdFusion server that CAR file must obviously be accessible by ColdFusion. Local files can be accessed easily (just specify the path, and ColdFusion does the rest), but what about remote servers against local (or remote) CAR files? To solve this problem ColdFusion...