Thread
:
Cron for Harmattan
View Single Post
marrat
2012-01-15 , 09:57
Posts: 418 | Thanked: 431 times | Joined on May 2011
#
3
It's actually pretty different. The QTimer and Heartbeat APIs need your application to be in background all the time and wait for the timers, thus consuming memory and (in bad circumstances) CPU resources. With cron, you can start your application at defined schedules and it can terminate after doing its job until it gets scheduled the next time.
Quote & Reply
|
The Following User Says Thank You to marrat For This Useful Post:
Jeffrey04
marrat
View Public Profile
Send a private message to marrat
Find all posts by marrat