From: MenTaLguY Date: 2007-05-12T08:38:27+09:00 Subject: Re: basic threading question: can ruby use real threads? On Sat, 12 May 2007 08:25:28 +0900, MenTaLguY wrote: > What you actually need to do is make uninterruptability the universal > default; interruptability at a specific point must be specifically allowed > for. Another way to do this is to work in terms of atomic transactions (e.g. STM, if your STM implementation is itself safe in the face of asynchronous exceptions). -mental