Delving into Coldfusion, jQuery, HTML5 and Linux

Today I’m working on decreasing execution time on a script that does a couple DB querys and cfdirectory lists. After some preliminary testing my gut perception has proven true; the exorbinate execution time is due to cfdirectory. So I set out to find a faster way of getting file information from directories and sure enough [...]

Read more...

§119 · October 27, 2011 · Coldfusion · 1 comment · Tags: ,


Look below for a little function I wrote to convert an array to a query. I had to write this to allow for my use of java.io.File.list() rather than cfdirectory due to speed limitations of the latter. More on that with benchmarks later here. /* * arrayToQuery * Allows us to convert an array into [...]

Read more...

§120 · October 27, 2011 · Coldfusion · (No comments) · Tags: , , , , , ,