This is more of a quick reminder for myself. Hopefully someone else will find it useful as well... If you have multiple instances of ColdFusion running on a server and one of those starts to runaway with the processor you just need to kill it and move on, right? But, what if you what to know which instance it was? If you don't have something like FusionReactor watching your CF Instances then a quick way to determine which instance is the trouble maker is to see the config file being used … [Read more...]
Archives for September 2013
On break at a recording session…
I was at a recording session a couple of weeks ago and on break, another musician proposed a riddle to me that has been driving me crazy.... I've been thinking it through and have yet to come up with an answer. I'm sure the answer is out there, but I am resiting the urge to "use the Google". I've repeated it to several people and get the same response each time, "Wow, that sounds familiar. I think I've heard that one before." However no one has been able to give a decent answer. Here it … [Read more...]
Increase IIS Worker threads for Coldfusion 9.01
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). … [Read more...]