Also you will need to remember that there is a limit to how many threads can
run at the same time on CF Standard..

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Thu, Oct 13, 2011 at 1:40 PM, Ria Ragam <[email protected]> wrote:

>
> 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:348080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to