Hi All,

I am trying to implement something with cfthread but it throws with an error 
"Child threads are not supported"
This is how its coded.
<cfloop from="1" to = "4">
 <cfthread action = "run" name="t#1#">
<!---Logic goes here --->
</cfthread>
<cfthread action = "run" name="t10">
<!---Logic goes here --->
</cfthread>
</cfloop>
<cfthread action = "join" name = "t1,t2,t3,t10">
I want all (here 4*2 = 8) threads need to be run simultaneously. Please let me 
know what am I doing wrong here. How can "t10" thread be a child thread? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to