From: Hidetoshi NAGAI Date: 2006-11-10T23:05:19+09:00 Subject: Re: Ruby and threads: a VTK example From: Aureliano Buendia Subject: Re: Ruby and threads: a VTK example Date: Fri, 10 Nov 2006 03:21:38 +0900 Message-ID: <321ad0f7032e5797ad32f03f78ddda74@ruby-forum.com> > It doesn't allow you to add any more command lines unless the > never-ending while-loop is over. Wrapping this in a thread does not help > it too: What is your OS ? If it is Windows, your trouble may depends on console I/O. Console I/O of Win (e.g. to get a conmmand line on IRB) blocks thread-switching of Ruby. # Please see [ruby-talk:223935] also. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)