Skip to main content
Ben Nadel at cf.Objective() 2013 (Bloomington, MN) with: Loveena Dsouza and Ritika Chowdhary
Ben Nadel at cf.Objective() 2013 (Bloomington, MN) with: Loveena Dsouza Ritika Chowdhary

XStandard And Debugging ColdFusion Web Services

By on

The other day, I blogged about XStandard and weird caching issues. I think that I was wrong in my diagnosis. During all of this I had debugging turned on in my XStandard ColdFusion web services. In my debugging, it writes the SOAP request and response headers to htm files in a special debug folder. It basically does a CFDump on the XML object created for the SOAP communication. On large responses (the list of files in a large directory), the CFDump was creating a file that was close to a megabyte in size. Somehow, this was making the system crap out.

When I turned off debugging in the web services (a setting in the configuration file), not only does the XStandard editor run faster, but no more crapping out. Sweet!

Reader Comments

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel