Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: forever loops and cpu usage

From: maarten:vrijheid at: 7-Feb-2004 23:10

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