There were some changes made to threading after 1.2 was released. I would try using Open BD 1.3 first as that is the latest version available.

.pjf

Adam Cameron said the following on 15/05/10 13:43:
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