From: Roger Pack Date: 2008-10-17T15:12:17+09:00 Subject: Re: Threads > This does not work as I thought it would, that is it would spin off a > bunch of threads and every two seconds I would get a thread print the > simple line to the terminal. > > So, what am I missing? Try adding a Thread.abort_on_exception = true to the top. Also note that if the "main" thread ever terminates then it kills all other threads and ends the program Cheers. -=R -- Posted via http://www.ruby-forum.com/.