From: Bill Kelly Date: 2006-02-09T05:58:45+09:00 Subject: Re: Sandboxing eval'd code From: "konsu" > > i have been looking for a solution to almost the same problem. but have not > found anything yet except for a solution that uses threads. just like this > code. which i have doubts about because creating threads in a web > application does not seem to scale too much. time ruby -e '100000.times { Thread.new { }.join }' real 0m1.130s user 0m1.124s sys 0m0.008s Regards, Bill