lowering CPU cycles?

David Coker davidocoker at gmail.com
Thu Apr 8 06:24:54 EDT 2010


> There's the rub:  your cycles can either go to your app or something else,
> but there's only so many cycles to go around.
>
> To give more of your cycles to the rest of the system, change this:
>
>  wait 0 with messages
>
> ...to some other values like:
>
>  wait 20 with messages
>
> This will introduce a pause in your processing, but will share the cycles
> with other processes.

Well, that takes care of that! This little puppy is just gonna have to
hog the CPU like crazy!  ;-)

Thanks folks,
David C.



More information about the use-livecode mailing list