Yeah I actually have that now in a forever loop. I was just wondering if there were other ways to do it. However, that is a good tip for those experiencing the same issue that might be new to REBOL. Thanks.
Paul Tretter ----- Original Message ----- From: "Maarten Koopmans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 07, 2004 4:10 PM Subject: [REBOL] Re: forever loops and cpu usage > > Paul Tretter wrote: > > >What are some ways to minimize cpu usage in forever loops? > > > >such as: > > > >forever [time: do now/time] > > > >Alot of scripts I make that use Forever loops end up eating the cpu. > > > >Paul Tretter > > > > > >--- > >Outgoing mail is certified Virus Free. > >Checked by AVG anti-virus system (http://www.grisoft.com). > >Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004 > > > > > add a wait 0.002 or more. > > --Maarten > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.