From: ts Date: 2008-04-16T01:38:20+09:00 Subject: Re: at_exit handlers and Process.kill Daniel Berger wrote: >>> sleep 1 while true >> you really think that the following line will be executed ? > > Why not? Try this ruby -e 'sleep 1 while true; p :ok' and wait that it give :ok ... Guy Decoux