View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#559
Another interesting powersafe concept: Woodchuck

Originally Posted by neal View Post
Woodchuck is a scheduler for the transmission of delay-tolerant data, such as RSS feeds, email and software updates. Woodchuck improves battery use, reduces cellular network use and hides spotty network coverage by scheduling data transfers when conditions are good, e.g., when attached to power and WiFi is available.
Might be interesting to also group the requests, so that the radio is woken just once, the requests are quickly processed so that it can quickly go back to sleep.

Other "powersaving best-practices":
* make the application event driven
* don't use busy waiting unless it is absolutely necessary
* don't redraw the screen if the application window is not visible
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)

Last edited by MartinK; 2012-07-13 at 19:42.