> 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. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
