Archive for the 'ColdFusion 8' Category

The Plague of ColdFusion 8’s Corrupt Tables

Tuesday, January 22nd, 2008

Recently my company’s intranet server has been afflicted with reoccurring “Corrupt Table” issues. This is apparently is a bug with how ColdFusion handles cached queries when the “Maximum number of cached queries” size is less than the number of queries to be cached by an application.
You can resolve this issue in one of the following [...]