Ah right... sorry, I'm not au fait with when various CF / BD versions were released (compared to each other, I mean). Does OBD 1.2 predate CF 8.0.1 (or whatever CF version changed the CFTHREAD behavior)?
Unfortuately it's not my call which version of OBD or CF I use. Looking at the BD website - http://www.openbluedragon.org/ - 1.3 ain't released yet. This project is for production code, so I don't think it's appropriate to use a non-released version anyhow. Cheers. -- Adam On May 15, 9:54 pm, "Peter J. Farrell" <[email protected]> wrote: > 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 !! -- 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 !!
