Marc-Andre
Member since Nov 23, 2011
- Profile: /members/9292-marc-andre.htm
- Comments: 1
Recent Blog Comments By Marc-Andre
-
Printing To The Primary Output Stream From Within A ColdFusion CFThread Tag
Posted on Nov 23, 2011 at 12:43 PM
Well this is very usefull when debugging multi-threading coldfusion application. The only other alternative would be to wait until the threads are done and then output the cfthread.xxxx.output variable, which sometimes is empty (like when an error occurs). With this method you can debug your thread... read more »