No, but it gets the creativity award! Thanks. On Feb 13, 12:37 am, Stephen Waits <[email protected]> wrote: > How about a nasty workaround? > > def winsleep(seconds) > Kernel.system("ping 127.0.0.1 -n #{seconds} -w 1000") > end > > Do I win the ugliest hack award? > > --Steve > > On Feb 12, 2010, at 16:05, GarethLAtWork <[email protected]> > wrote: > > > sleep(60) appears to sometimes sleep forever (instead of 1 minute) on > > 1.8.7, on Windows Vista 32 at least. > > > Has anyone run into this and found a fix, other than switching to > > 1.8.6 or 1.9? > > > Thanks. > > > -- > > SD Ruby mailing list > > [email protected] > >http://groups.google.com/group/sdruby > >
-- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
