Thread: Dialcentral 1.0
View Single Post
Posts: 174 | Thanked: 71 times | Joined on Aug 2007
#902
Originally Posted by epage View Post
Kind of hard to make this clear with my example time lines.

POLL_TIME = min(CONSTANT + GEOM, MAX) will take longer to reach MAX, but once it does it will poll as frequently as POLL_TIME = min(GEOM, MAX).

The One Ring is a separate app that plugs into RTComm, the chat/voice app builtin to Maemo 4.1 and Maemo 5.
Gotcha, so the cpu overhead you were referring to was just due to checking for updates more frequently and not a function of the implementation in code.

That'd be my preference...