From: Gregory Brown Date: 2005-11-04T03:39:41+09:00 Subject: Re: Continous running thread On 11/3/05, Caleb Tennis wrote: > > > > sleep only takes integer values, but I don't think that's your problem > > Nah, it's perfectly happy taking a Float too. Sleep will round you to the nearest integer. Run sleep 1.4 and sleep 1.9 in irb and see what you get.