Monday, September 10, 2007

A better way to UUID

Turns out ColdFusion (up to version 7, not sure about 8) is very slow at generating Universally Unique IDentifier's. I found this article that uses an additional Java library to dramatically speed up the process.