On Sat, 16 Oct 2004, Yukihiro Matsumoto wrote: > Hi, > > In message "Re: Thread#abort_on_exception=true and exit(0)" > on Sat, 16 Oct 2004 04:14:28 +0900, "Ara.T.Howard" <Ara.T.Howard / noaa.gov> writes: > > |the thing is, i want the slave to execute 'exit!' not 'exit' on thread error > |such that exit handlers do not get run. > | > |any thoughts on how to do this? > > How about wrapping everything in the > > begin > ... child ... > rescue Exception # catch all exception (including exit) > exit! > end > > ? > > matz. perfect - i'll take it! kind regards. -a -- =============================================================================== | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | When you do something, you should burn yourself completely, like a good | bonfire, leaving no trace of yourself. --Shunryu Suzuki ===============================================================================