G'day
Consider this code:

<cfset cfthread.mainline.before = true>
<cfthread action="run" name="t1">
        <cfset cfthread.t1.start = true>
        <cfthrow>
        <cfset cfthread.t1.finish = true>
</cfthread>
<cfthread action="join" name="t1" timeout="1000" />
<cfset cfthread.mainline.after = true>

<cfdump var="#cfthread#">

On CF8, I get an ERROR key in CFTHREAD.T1, detailing the exception I
raised.

It's not there on OBD.

--
Adam

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to