HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Homebuilt PC

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 02-13-2008, 04:56 PM
blackhead
 
Posts: n/a
Default Low power software + high power hardware = high power dissipation?

Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
7 system and you now put it on a high powered system with exactly the
same operating system and software installed. The power dissipation is
higher and all because the software is being run faster when it
doesn't need to be. Whereas in the past it might check for a user
response from the mouse or keyboard y times a second, now it's x*y
where x is how much much faster the system is. It's ridiculous, isn't
it?

Is this problem being confronted now, so that software has a speed
rating for all its modues that define how fast they are needed to run?

Module responses requiring user input via the mouse or keyboard might
have a rating of 20 cycles per second, whereas the module that spools
a file for a printer could be done as fast as possible since it is
done only once and doesn't recycle. This way, as systems become
faster, they become more efficient by going into sleep or idle mode
when a module doesn't require servicing yet.

Interested in your views
Reply With Quote
Sponsored Links
  #2  
Old 02-13-2008, 05:25 PM
pcbldrNinetyEight
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?

blackhead <larryharson@softhome.net> wrote in news:6808076c-ddb4-4beb-8284-
07290b8ddc9c@f10g2000hsf.googlegroups.com:

> Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
> 7 system and you now put it on a high powered system with exactly the
> same operating system and software installed. The power dissipation is
> higher and all because the software is being run faster when it
> doesn't need to be. Whereas in the past it might check for a user
> response from the mouse or keyboard y times a second, now it's x*y
> where x is how much much faster the system is. It's ridiculous, isn't
> it?
>
> Is this problem being confronted now, so that software has a speed
> rating for all its modues that define how fast they are needed to run?


AFAIK no.

> Module responses requiring user input via the mouse or keyboard might
> have a rating of 20 cycles per second, whereas the module that spools
> a file for a printer could be done as fast as possible since it is
> done only once and doesn't recycle. This way, as systems become
> faster, they become more efficient by going into sleep or idle mode
> when a module doesn't require servicing yet.
>
> Interested in your views


See AMD Cool 'n' Quiet:
http://www.amd.com/us-
en/Processors/ProductInformation/0,,30_118_9485_9487%5E10272,00.html

--
pcbldrNinetyEight
Reply With Quote
  #3  
Old 02-13-2008, 07:22 PM
Michael Hawes
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?


"blackhead" <larryharson@softhome.net> wrote in message
news:6808076c-ddb4-4beb-8284-07290b8ddc9c@f10g2000hsf.googlegroups.com...
> Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
> 7 system and you now put it on a high powered system with exactly the
> same operating system and software installed. The power dissipation is
> higher and all because the software is being run faster when it
> doesn't need to be. Whereas in the past it might check for a user
> response from the mouse or keyboard y times a second, now it's x*y
> where x is how much much faster the system is. It's ridiculous, isn't
> it?
>
> Is this problem being confronted now, so that software has a speed
> rating for all its modues that define how fast they are needed to run?
>
> Module responses requiring user input via the mouse or keyboard might
> have a rating of 20 cycles per second, whereas the module that spools
> a file for a printer could be done as fast as possible since it is
> done only once and doesn't recycle. This way, as systems become
> faster, they become more efficient by going into sleep or idle mode
> when a module doesn't require servicing yet.
>
> Interested in your views
>

Cool and Quiet (AMD) & Speedstep (INTEL), Google is your friend. Both
programs reduce the power consumption when full performance not required.

Mike.


Reply With Quote
  #4  
Old 02-13-2008, 07:24 PM
Franc Zabkar
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?

On Wed, 13 Feb 2008 08:56:24 -0800 (PST), blackhead
<larryharson@softhome.net> put finger to keyboard and composed:

>Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
>7 system and you now put it on a high powered system with exactly the
>same operating system and software installed. The power dissipation is
>higher and all because the software is being run faster when it
>doesn't need to be. Whereas in the past it might check for a user
>response from the mouse or keyboard y times a second, now it's x*y
>where x is how much much faster the system is. It's ridiculous, isn't
>it?


The I/O devices are usually interrupt driven, not polled.

>Is this problem being confronted now, so that software has a speed
>rating for all its modues that define how fast they are needed to run?
>
>Module responses requiring user input via the mouse or keyboard might
>have a rating of 20 cycles per second, whereas the module that spools
>a file for a printer could be done as fast as possible since it is
>done only once and doesn't recycle. This way, as systems become
>faster, they become more efficient by going into sleep or idle mode
>when a module doesn't require servicing yet.
>
>Interested in your views


As has already been suggested, try one of these power saving
technologies:

http://en.wikipedia.org/wiki/Cool'n'Quiet
http://en.wikipedia.org/wiki/PowerNow!
http://en.wikipedia.org/wiki/SpeedStep

Or for your socket 7 box try a CPU cooler utility such as CPUidle,
Rain, Waterfall.

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
Reply With Quote
  #5  
Old 02-13-2008, 10:20 PM
KlausK
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?


"blackhead" <larryharson@softhome.net> wrote in message
news:6808076c-ddb4-4beb-8284-07290b8ddc9c@f10g2000hsf.googlegroups.com...
> Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
> 7 system and you now put it on a high powered system with exactly the
> same operating system and software installed. The power dissipation is
> higher and all because the software is being run faster when it
> doesn't need to be. Whereas in the past it might check for a user
> response from the mouse or keyboard y times a second, now it's x*y
> where x is how much much faster the system is. It's ridiculous, isn't
> it?
>
> Is this problem being confronted now, so that software has a speed
> rating for all its modues that define how fast they are needed to run?
>
> Module responses requiring user input via the mouse or keyboard might
> have a rating of 20 cycles per second, whereas the module that spools
> a file for a printer could be done as fast as possible since it is
> done only once and doesn't recycle. This way, as systems become
> faster, they become more efficient by going into sleep or idle mode
> when a module doesn't require servicing yet.
>
> Interested in your views


Obviously, engineers at Intel & AMD had thought about this way before you
did.


Reply With Quote
  #6  
Old 02-14-2008, 03:35 AM
Paul
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?

blackhead wrote:
> Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
> 7 system and you now put it on a high powered system with exactly the
> same operating system and software installed. The power dissipation is
> higher and all because the software is being run faster when it
> doesn't need to be. Whereas in the past it might check for a user
> response from the mouse or keyboard y times a second, now it's x*y
> where x is how much much faster the system is. It's ridiculous, isn't
> it?
>
> Is this problem being confronted now, so that software has a speed
> rating for all its modues that define how fast they are needed to run?
>
> Module responses requiring user input via the mouse or keyboard might
> have a rating of 20 cycles per second, whereas the module that spools
> a file for a printer could be done as fast as possible since it is
> done only once and doesn't recycle. This way, as systems become
> faster, they become more efficient by going into sleep or idle mode
> when a module doesn't require servicing yet.
>
> Interested in your views


If I were to do a fresh install of the OS, and had no software running,
my processor (3GHz Northwood) would use 13.2 watts at idle. That is
measured with a clamp-on ammeter, and it sees 1.1 amps being drawn
from the 12V rail.

There are several features, which make low power operation like that possible.

1) Programs are interrupt driven, and don't sit in a polling loop.
Only dumb programmers use polling loops. Modern programs "block on I/O",
and the program doesn't do anything, until a significant event, like
a key press or mouse click occurs.

2) The operating system has an "Idle" task. The scheduler runs the Idle task,
when no other process is ready to run. The Idle task can be coded with a
halt (HLT) instruction in it, which will actually cause the processor to
go to sleep. What wakes the processor up, is any hardware interrupt. An
example of a regularly occurring interrupt, is the "Clock Tick Interrupt".
In fact, the Clock Tick is what triggers the Scheduler to run, and then the
Scheduler can check again, to see what process is ready to run. If
nothing is ready to run, then the Idle task runs for another time slice.

3) Features like Cool N' Quiet or Intel Speedstep (EIST), allow Vcore and
Fcore to be dropped, when the OS detects that the load on the system is
low. By using those features, it is possible to further reduce the
operating power.

Can something screw that up ? Yes.

I installed some Antivirus software, and it appears to replace the system
Idle loop with its own. The antivirus software doesn't have a HLT instruction
coded in the Idle loop. This causes the processor to run hotter than it
would otherwise do. (I just checked a few minutes ago, and the processor is
using 54W or 12V @ 4.6amps, and that is due to the antivirus software.)

And there is nothing to see in Task Manager, when HLT is not being used.
Only my power measurement device, can tell the difference.

If I download a copy of RMClock, RMClock can install its own Idle loop, and
it does use a HLT instruction. If I choose to run RMClock right now, my
CPU power drawn drops back to 13.2 watts. So, in this example, there
were three Idle loops involved. The OS has a good one (13.2W). The
antivirus software has a bad one (54W). RMClock has a good one (13.2W).
Naturally, the antivirus software squawks a bit, when I install RMClock :-)

If you want to build a low power computer, there are processors
that would be good for the job. For example, this Conroe-L is 35W
max, and draws a lot less when idle. This would be a good match for your
Pentium II generation processors. It is possible to build a modern
system, that uses less power under all conditions, than your
Pentium II. (Putting a high end video card in the system,
doesn't help. Video can be pretty wasteful. Integrated graphics
can be better, but some chipsets run cooler than others. )

http://www.newegg.com/Product/Produc...82E16819116039

HTH,
Paul
Reply With Quote
  #7  
Old 02-14-2008, 09:38 PM
blackhead
 
Posts: n/a
Default Re: Low power software + high power hardware = high powerdissipation?

On 14 Feb, 03:35, Paul <nos...@needed.com> wrote:
> blackhead wrote:
> > Suppose you have Word2000 which happily ran on a PentiumII/AMD socket
> > 7 system and you now put it on a high powered system with exactly the
> > same operating system and software installed. The power dissipation is
> > higher and all because the software is being run faster when it
> > doesn't need to be. Whereas in the past it might check for a user
> > response from the mouse or keyboard y times a second, now it's x*y
> > where x is how much much faster the system is. It's ridiculous, isn't
> > it?

>
> > Is this problem being confronted now, so that software has a speed
> > rating for all its modues that define how fast they are needed to run?

>
> > Module responses requiring user input via the mouse or keyboard might
> > have a rating of 20 cycles per second, whereas the module that spools
> > a file for a printer could be done as fast as possible since it is
> > done only once and doesn't recycle. This way, as systems become
> > faster, they become more efficient by going into sleep or idle mode
> > when a module doesn't require servicing yet.

>
> > Interested in your views

>
> If I were to do a fresh install of the OS, and had no software running,
> my processor (3GHz Northwood) would use 13.2 watts at idle. That is
> measured with a clamp-on ammeter, and it sees 1.1 amps being drawn
> from the 12V rail.
>
> There are several features, which make low power operation like that possible.
>
> 1) Programs are interrupt driven, and don't sit in a polling loop.
> * * Only dumb programmers use polling loops. Modern programs "block on I/O",
> * * and the program doesn't do anything, until a significant event, like
> * * a key press or mouse click occurs.
>
> 2) The operating system has an "Idle" task. The scheduler runs the Idle task,
> * * when no other process is ready to run. The Idle task can be coded with a
> * * halt (HLT) instruction in it, which will actually cause the processor to
> * * go to sleep. What wakes the processor up, is any hardware interrupt. An
> * * example of a regularly occurring interrupt, is the "Clock Tick Interrupt".
> * * In fact, the Clock Tick is what triggers the Scheduler to run, and then the
> * * Scheduler can check again, to see what process is ready to run. If
> * * nothing is ready to run, then the Idle task runs for another time slice.
>
> 3) Features like Cool N' Quiet or Intel Speedstep (EIST), allow Vcore and
> * * Fcore to be dropped, when the OS detects that the load on the system is
> * * low. By using those features, it is possible to further reduce the
> * * operating power.
>
> Can something screw that up ? Yes.
>
> I installed some Antivirus software, and it appears to replace the system
> Idle loop with its own. The antivirus software doesn't have a HLT instruction
> coded in the Idle loop. This causes the processor to run hotter than it
> would otherwise do. (I just checked a few minutes ago, and the processor is
> using 54W or 12V @ 4.6amps, and that is due to the antivirus software.)
>
> And there is nothing to see in Task Manager, when HLT is not being used.
> Only my power measurement device, can tell the difference.
>
> If I download a copy of RMClock, RMClock can install its own Idle loop, and
> it does use a HLT instruction. If I choose to run RMClock right now, my
> CPU power drawn drops back to 13.2 watts. So, in this example, there
> were three Idle loops involved. The OS has a good one (13.2W). The
> antivirus software has a bad one (54W). RMClock has a good one (13.2W).
> Naturally, the antivirus software squawks a bit, when I install RMClock :-)
>
> If you want to build a low power computer, there are processors
> that would be good for the job. For example, this Conroe-L is 35W
> max, and draws a lot less when idle. This would be a good match for your
> Pentium II generation processors. It is possible to build a modern
> system, that uses less power under all conditions, than your
> Pentium II. (Putting a high end video card in the system,
> doesn't help. Video can be pretty wasteful. Integrated graphics
> can be better, but some chipsets run cooler than others. )
>
> http://www.newegg.com/Product/Produc...82E16819116039
>
> HTH,
> * * * Paul- Hide quoted text -
>
> - Show quoted text -


Nice reply, yet there is still the question of why an idle operating
system still requires a processor to run at 13 watts. Do the modules
really need to be polled and serviced at the rate they're serviced by
the processor?

There is nothing wrong with executing a module at the highest clock
rate, rather the rate at which the module is polled is what leads to
unnecessary power dissipation as you pointed out. If each module had a
maximum service rate associated with it, the processor could go into
sleep mode until another module needs to be polled and serviced if
necessary.


Reply With Quote
  #8  
Old 02-14-2008, 09:51 PM
Charlie
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?


"Paul" <nospam@needed.com> wrote in message news:fp0cki$osv$1@aioe.org...
> blackhead wrote:


>> snip <


>
> There are several features, which make low power operation like that
> possible.
>
> 1) Programs are interrupt driven, and don't sit in a polling loop.
> Only dumb programmers use polling loops. Modern programs "block on
> I/O",
> and the program doesn't do anything, until a significant event, like
> a key press or mouse click occurs.
>
> 2) The operating system has an "Idle" task. The scheduler runs the Idle
> task,
> when no other process is ready to run. The Idle task can be coded with
> a
> halt (HLT) instruction in it, which will actually cause the processor
> to
> go to sleep. What wakes the processor up, is any hardware interrupt. An
> example of a regularly occurring interrupt, is the "Clock Tick
> Interrupt".
> In fact, the Clock Tick is what triggers the Scheduler to run, and then
> the
> Scheduler can check again, to see what process is ready to run. If
> nothing is ready to run, then the Idle task runs for another time
> slice.
>
> 3) Features like Cool N' Quiet or Intel Speedstep (EIST), allow Vcore and
> Fcore to be dropped, when the OS detects that the load on the system is
> low. By using those features, it is possible to further reduce the
> operating power.
>
> Can something screw that up ? Yes.
>
> I installed some Antivirus software, and it appears to replace the system
> Idle loop with its own. The antivirus software doesn't have a HLT
> instruction
> coded in the Idle loop. This causes the processor to run hotter than it
> would otherwise do. (I just checked a few minutes ago, and the processor
> is
> using 54W or 12V @ 4.6amps, and that is due to the antivirus software.)


Which antivirus software did you install?

Charlie


Reply With Quote
  #9  
Old 02-15-2008, 12:51 AM
Paul
 
Posts: n/a
Default Re: Low power software + high power hardware = high power dissipation?

Charlie wrote:

>
> Which antivirus software did you install?
>
> Charlie
>


Kaspersky Anti Virus 6

Paul
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista x64 power plan resets to high performance terry81623 Windows Vista Installation 0 01-18-2008 05:48 PM
When AC unplugged Power Meter keeps saying 100% batter power remaining vanyatka Laptops 1 10-18-2007 07:12 AM
High Power USB hub port... Al Gillis Laptops 8 08-31-2007 07:18 PM
POwer adaptor to power laptop and LCD monitor blackboab Laptops 1 07-31-2007 08:45 PM
Seagate eSATA, no power up after power fail! James Of Tucson Storage 11 06-27-2007 12:11 PM


All times are GMT. The time now is 08:51 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger