The never ending debate of Task Killer or not.
They worked great back in Android's infancy because back then Android was not efficient at memory and process management. With recent builds this has been improved to the point of no longer needing an 3rd party task killer.
Android will kill tasks itself when it needs the memory or cpu cycles for something else. Cpu cycles is what drains the battery. The apps that are loaded into memory are asleep and not using cycles until called upon. Calling an already loaded app is more efficient (and faster) then loading an app and then running it.
Even while a phone is asleep and not being used at all a 3rd party task killer uses cpu cycles constantly since it is actively searching for apps to kill. Also, if not configured properly they kill apps that need to be active in memory in order to run basic phone operations. Android then has to load that app again, using more cpu cycles, then the task killer kills it again, using more cycles, android loads again.....forever.
There are still people that swear by the Task Killer though and I guess if it works for you then I guess keep using it.
Comment