A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Homebuilt PC's
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Low power software + high power hardware = high power dissipation?



 
 
Thread Tools Display Modes
  #1  
Old February 13th 08, 04:56 PM posted to alt.comp.hardware.pc-homebuilt
blackhead
external usenet poster
 
Posts: 11
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
  #2  
Old February 13th 08, 05:25 PM posted to alt.comp.hardware.pc-homebuilt
pcbldrNinetyEight
external usenet poster
 
Posts: 114
Default Low power software + high power hardware = high power dissipation?

blackhead wrote in news:6808076c-ddb4-4beb-8284-
:

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
  #3  
Old February 13th 08, 07:22 PM posted to alt.comp.hardware.pc-homebuilt
Michael Hawes
external usenet poster
 
Posts: 279
Default Low power software + high power hardware = high power dissipation?


"blackhead" wrote in message
...
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.


  #4  
Old February 13th 08, 07:24 PM posted to alt.comp.hardware.pc-homebuilt
Franc Zabkar
external usenet poster
 
Posts: 1,118
Default Low power software + high power hardware = high power dissipation?

On Wed, 13 Feb 2008 08:56:24 -0800 (PST), blackhead
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.
  #5  
Old February 13th 08, 10:20 PM posted to alt.comp.hardware.pc-homebuilt
KlausK
external usenet poster
 
Posts: 100
Default Low power software + high power hardware = high power dissipation?


"blackhead" wrote in message
...
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.


  #6  
Old February 14th 08, 03:35 AM posted to alt.comp.hardware.pc-homebuilt
Paul
external usenet poster
 
Posts: 13,364
Default 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
  #7  
Old February 14th 08, 09:38 PM posted to alt.comp.hardware.pc-homebuilt
blackhead
external usenet poster
 
Posts: 11
Default Low power software + high power hardware = high powerdissipation?

On 14 Feb, 03:35, Paul 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.


  #8  
Old February 14th 08, 09:51 PM posted to alt.comp.hardware.pc-homebuilt
Charlie
external usenet poster
 
Posts: 51
Default Low power software + high power hardware = high power dissipation?


"Paul" wrote in message ...
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


  #9  
Old February 15th 08, 12:51 AM posted to alt.comp.hardware.pc-homebuilt
Paul
external usenet poster
 
Posts: 13,364
Default Low power software + high power hardware = high power dissipation?

Charlie wrote:


Which antivirus software did you install?

Charlie


Kaspersky Anti Virus 6

Paul
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
power supply making a high static sound geletine General 12 August 23rd 06 08:15 PM
A7V133: +3.3V power running high Jerome Asus Motherboards 6 February 18th 06 07:49 AM
Dell 9100 Standy Power is very HIGH P Ruetz Dell Computers 9 October 12th 05 06:22 PM
High-performance SLI or dual-GPU graphics - beware Intel's dual-core CPU power consumption John Lewis Ati Videocards 29 May 19th 05 01:55 AM
High-performance SLI or dual-GPU graphics - beware Intel's dual-core CPU power consumption John Lewis Nvidia Videocards 29 May 13th 05 02:30 PM


All times are GMT +1. The time now is 07:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.