
BlueDragon 7.1: Deploying CFML on ASP.NET and the Microsoft .NET Framework 46
In particular, the default value for the httpRuntime section’s executionTimeout and
appRequestQueueLimit values may not be set appropriately for your application or environ-
ment.
Similarly, the <processModel> element in the machine.config (also discussed briefly in
section 7.1.2) controls various settings that can impact your performance if not configured suita-
bly for your environment.
For more information on these settings, see the Microsoft Framework documentation, as well as
the following:
Developing High-Performance ASP.NET Applications
http://msdn.microsoft.com/en-us/library/5dws599a(vs.71).aspx
Improving .NET Application Performance and Scalability
http://www.microsoft.com/downloads/details.aspx?familyid=8A2E454D-F30E-
4E72-B531-75384A0F1C47&displaylang=en
10 Tips for Writing High-Performance Web Applications
http://msdn.microsoft.com/en-us/magazine/cc163854.aspx
HOW TO: Tune and Scale Performance of Applications That Are Built on the .NET Framework
8.3.3 Using Microsoft Performance Monitor
http://support.microsoft.com/kb/818015
Since BlueDragon.NET processes your CFML pages just like any other ASP.NET page, you can
also take advantage of the built-in performance monitoring and reporting services offered by Mi-
crosoft.
Many developers may be familiar with the Microsoft Performance Monitor tool (available using
Start>Control Panel>Administrative Tools>Performance). A useful introduction
to the tool, often referred to as Perfmon, as well as some general information on tuning IIS is at:
8.3.3.1 .NET-Specific Perfmon Counters (for CFML, Also)
http://technet.microsoft.com/en-us/library/bb727100.aspx
Besides the typical performance counters and categories (or “performance objects”) with which
many may be familiar, there are several special counters and categories for ASP.NET, and these
apply to CFML pages running under BlueDragon as well.
In particular, look into the ASP.NET there is a category ("performance object") named ASP.NET
Apps v2.0.50727
with a root instance and, if you have other web site, virtual directories, or
directories declared in IIS to be an application, an instance for each of those having templates
Kommentare zu diesen Handbüchern