Safest way to idle delphi application to wait for timer?
Posted
by Sebastian
on Stack Overflow
See other posts from Stack Overflow
or by Sebastian
Published on 2010-05-13T19:13:42Z
Indexed on
2010/05/13
19:24 UTC
Read the original article
Hit count: 260
I am doing a delphi application that will run on my pc 24/7 in the background and will check if it has to do some actions or not, wait 30 minutes and check again, and so on.
How can I make sure the application will not overload cpu or memory because of being running all the time.
© Stack Overflow or respective owner