Deepak
Member since Jul 14, 2010
- Profile: /members/6418-deepak.htm
- Comments: 2
Recent Blog Comments By Deepak
-
Learning ColdFusion 8: CFThread Part II - Parallel Threads
Posted on Jul 16, 2010 at 8:16 PM
Thanks for replying Ben!! Only mistake I was doing was using 'variable' scope instead of 'cfthread' scope. Just replaced: <cfdump var="#Variables['objGet'&intGet]#"> by <cfdump var="#cfthread['objGet'&intGet]#">... read more »
-
Learning ColdFusion 8: CFThread Part II - Parallel Threads
Posted on Jul 14, 2010 at 2:00 PM
Hey Ben, I am new to Coldfusion. Could someone please tell me that how to <cfdump> the value of each thread in the last loop right after they joined. I have been trying <cfdump var="#Variables['objGet'&intGet]#"> after thread join inside cfloop. But its not working and I am getting fo... read more »