Re: cfthread running condition?

2008-08-29 Thread Joey Krabacher
ht it would work as you > described, > that the joining threads would wait until the thread they were joining > was finished > before processing. But the description makes it sound the other way > around. > > ??? > > Rick > > > -Original Message- >

Re: cfthread running condition?

2008-08-29 Thread joey krabacher
You might be able to kick of the first thread (set the action to run) then have a list or something that you can loop over and have a "join" cfthread inside the loop with the same name as the first one. Something like this. do something do something I have not tried this,