[Jruby-devel] Buy televisions and notebboks for the smallest price

2006-04-18 Thread sell
Buy televisions and notebboks for the smallest price   Pay with e-gold certified site www.importbrasil.net                                                        Panasonic 37" Plasma                Toshiba Satellite Pro L20                            Panasonic 65" HD              TV Di

Re: [Jruby-devel] Thread#kill

2006-04-18 Thread Charles O Nutter
The granularity of thread events is still up for debate. Every newline makes some sense, but it may not be granular enough. I'm not sure what Ruby does, but I did not make any major modification to the threading granularity when I rewired it. I'll have a look at your patch. Getting things basically

Re: [Jruby-devel] Thread#kill

2006-04-18 Thread Evan
This seems to fix it. Patch is against latest *anonymous* cvs, which I understand is out of date. The changes are: 1) make ThreadKill a derived class of JumpException 2) make a handler for ThreadKill similar to that for RaiseException, except without any rescuing code. 3) add a flag to RubyThr