Hi,
In message "[ruby-talk:10505] Re: Preemptive scheduling?"
on 01/02/07, Clemens Wyss <wys / helbling.ch> writes:
|<<SNIP>>
|>Hmm, using the following code, th1 was killed after 10 recursions.
|
|Looks like you got a "slow" machine ;-) Try increasing the "sleep .1" to
|"sleep 10".
Maybe. As Mathieu mentioned in [ruby-talk:10439], you have to be
patient. It should stop sometime later, if some other reasons (memory
etc.) disturb computation.
matz.