You can do N threads, but I don't think you can reuse the same name.
In your logic, you have threads being named like so:

t1
t10
t2
t10
t3
t10
t4
t10

I don't think you intended that.

On Wed, Oct 12, 2011 at 10:01 PM, Ria  Ragam <ragam0...@gmail.com> wrote:
>
> So is it not possible to run more than one thread from cfloop?
> I have to run a set of threads in a loop.In that way I can change the values 
> on the thread attributes from the cfloop increment.Actually my cfloop is a 
> query. Every time I loop I need to create a set of threads.My cfloop query 
> recordcount is always more than 2.
> Can I get around this?
>>You have a thread called t10 in a loop. You probably want that outside the 
>>loop.
>>
>>
>>>
>
> 

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

Reply via email to