ROBERT OWEN — Technology Leader & Musician
Technology leadership, music, and the space where they overlap

Bones for Homes by Elijah

This is a Great cause! Take a moment and go buy a T-Shirt to help support the rescuing of Dogs in our area!           Here’s a little info on Bones for Homes: Bones for Homes by Elijah is the dream of seven year old Elijah. He was devastated after learning that some animals in shelters must … Read more

Increase IIS File Upload Limits

I recently ran into an issue where IIS was returning a 404.13 error when users were trying to upload files.  I did a bit of looking and found that files uploaded fine when they were lower than 30MB.  But once we tried to upload anything larger, IIS would return the 404. With a bit of digging we found that there … Read more

Tired Teachers

As a husband of a Teacher, this is right on. This video is from a recent Knox County School board meeting… A teacher gives her opinion about the new evaluation process for teachers in Tennessee.

Which CF Instance and jvm config am I using?

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 … 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 … Read more