From: Joel VanderWerf Date: 2007-10-26T02:42:33+09:00 Subject: Re: Starting Threads Michael Linfield wrote: ... > that you cant sleep under 1 second if i remember correctly as sleep does > not allow sleep(0.05) It does: ruby's #sleep calls select() in that case. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407