While using IIS6 for ColdFusion 9 (or ColdFusion 9.0.1), owing to heavy load, if you encounter performance issues, you may increase the number of worker threads.
-
Go to the directory cf_root\runtime\lib\wsconfig\1.Note: In multiserver scenarios, the location is jrun_root/lib/wsconfig/1.
1
indicates a single IIS website. If you have configured multiple IIS websites, the number can change accordingly. -
Open the file jrun_iis6_wildcard.ini (jrun_iis7_wildcard.ini if you use IIS 7).
-
Uncomment
maxworkerthreads=25
.Note: By default,maxworkerthreads
is commented. -
Change the value to
50
(maxworkerthreads=50
) from the default value of25
. -
Restart IIS 6/IIS 7.
Note: The Maximum number of Simultaneous Template requests (Admin > Server Settings > Request Tunings > Request Limits) must also be increased accordingly.
© 2013 – 2016, Robert Owen. All rights reserved.