Community Member Profile
- Profile: /members/10687-Tom-McConlogue.htm
- Comments: 2
- Points: 22
Recent Blog Comments By Tom McConlogue
-
Using AtomicInteger To Create Uniquely Named CFThreads In ColdFusion
Posted on Feb 21, 2013 at 9:58 AM
The reason i didn't use a simple createUUID() was the extra characters seemed to be causing an error in my thread names. Not sure why. The reason I use a prefix on the name is so that when i get an error and it logs to the console that there was an error in a thread I can tell which one.... read more »
-
Using AtomicInteger To Create Uniquely Named CFThreads In ColdFusion
Posted on Feb 20, 2013 at 10:44 AM
for thread names i have a small cfm file i include in any component (or cfm) where i need thread access. It has a very simple method for generating a thread name. (along with several other thread assisting methods) <cfscript> private string... read more »



