Linked by Thom Holwerda on Thu 18th Oct 2012 11:58 UTC, submitted by lucas_maximus
Thread beginning with comment 538999
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2011-01-28
DOSguy,
"the break with win32 on RT might prove to be a very good move in the long run. Devices where battery preservation is critical, are not served with lazily ported Windows applications."
Do you have evidence that battery preservation is a problem with win32s in the first place? It's a serious question since I've never seen anyone back this assertion with real data. At their core, win32 apps are event oriented, meaning that they generally only consume CPU when they're interacted with. Unless a developer has used a bad practice of polling, it's not at all clear to me how switching the API will help save the battery.
I might believe the possibility that bad practices are rampant on win32s, however even there I'd have to question this argument's validity since the win32 software I use rarely consumes CPUs in the background unless it's a daemon designed to do so.
If you're talking about foreground apps, there's nothing really preventing a metro app from wasting CPU.
If you're talking about background apps, there's no reason the OS could not have a policy to completely suspend or significantly reduce CPU to win32 apps in the background. Well behaved win32 GUI apps would not be affected during background suspension. I'd even expect the majority of "poorly" behaving win32 apps (like a ray tracer) to wake up and resume in the foreground without a hiccup.
My point is, I don't think there's any overwhelmingly strong technical reason a power policy for metro apps could not be applied towards win32 ones. And I've never seen any evidence to show that the new APIs are somehow more efficient. I don't want to assert that they are not, but I definitely need to see solid data before accepting that they are.