The first thing I did was made sure that the word list would be cached on application start. This was as simple as creating an Application.cfc cfcomponent and implementing the onApplicationStart function. This function reads the dictionary in (described in the last entry) and caches the word list in a ColdFusion array. There are other […]