Hi, At Tue, 13 Sep 2005 13:01:32 +0900, christophe.poucet / gmail.com wrote in [ruby-talk:155872]: > First of all, I have noted that a sleeping thread (a thread that was > ..stop'ed) does no longer have the method .stop... This means that one > must use > thread.stop unless thread.stop? There's no such method Thread#stop. Threads can stop only current thread itself. -- Nobu Nakada