From: Joel VanderWerf Date: 2008-01-02T09:56:17+09:00 Subject: Re: would this thread loop continously Junkone wrote: > would this thread loop continously or i have to put a while condition > to force it to loop. > > notifierThread=Thread.new do > ibScan= load 'ScansNotifier.rb' > puts " ScansNotifier started " > sleep(60) > notifierThread.join > end You *do* need an explicit loop. It's an easy one to forget, even after years... :) -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407