David Coker wrote:
Hello folks,
This should be the last of my questions for awhile (hopefully).
I'm doing some pretty intensive data processing while running in a
repeat loop, which causes the CPU cycles to jump up to 100% for the
duration of a fairly lengthy run period. Memory consumption seems to
be fine and the app remains plenty responsive with a "wait with
messages" inside the loop.
My question is how can I go about making this app more CPU friendly
(and hopefully without slowing things down terribly) ?
Don't use a repeat loop, basically. Use "send <msg> in <time>" instead.
This was one of Scott Raney's major pet peeves and he asked me once to
write up some info about it. So I did:
<http://www.hyperactivesw.com/resources_polling.html>
--
Jacqueline Landman Gay | [email protected]
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
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