From: why the lucky stiff Date: 2006-07-21T00:30:14+09:00 Subject: Re: [ANN] sandbox 0.0.11 -- taking the i out of eval On Thu, Jul 20, 2006 at 03:00:23PM +0900, Yukihiro Matsumoto wrote: > I'd like to have it in the standard distribution once it become > stable. It looks much nicer than still unreliable $SAFE=4. To be stable, I might need to enhance Thread. For now is there a way to prevent thread calls? To prevent crashes, I might need to pause threads until the Sandbox is complete. Then I will give Sandbox.timeout which gives a maximum execution time. _why