So then look in your code thats running in the thread. Is there
something there that can hang? Do you have a deadlock of some sort?

On Mon, Jul 7, 2008 at 3:21 PM, Ian Skinner <[EMAIL PROTECTED]> wrote:
> Raymond Camden wrote:
>>
>> That is expected. The output is stored in the thread scope for the
>> thread itself. If you use the JOIN action (Which basically means, wait
>> for these threads to end), you can get the output and look at it. This
>> should be documented. (And let me add - be sure you have read the docs
>> COMPLETELY!)
>>
>
> Just to quickly address this point.  The expected output is not from the
> threads.  It's basically a simple 'I'm Done' statement after the thread
> loop and join.  The individual threads output is files written to the
> server.  What is wierd is that sometimes all the threads have processed
> as evidanced that all the expected files have been created and there are
> no threads shown in the CF Monitor.  But the output at the end of the
> file is not shown and the browser is still in waiting mode.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308702
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to