Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
Anonymous2-Aug-05 9:10
Anonymous2-Aug-05 9:10 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
j_s_lacroix2-Aug-05 9:18
j_s_lacroix2-Aug-05 9:18 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
BadKarma2-Aug-05 9:35
BadKarma2-Aug-05 9:35 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
j_s_lacroix2-Aug-05 9:47
j_s_lacroix2-Aug-05 9:47 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
Andy Brummer2-Aug-05 10:02
sitebuilderAndy Brummer2-Aug-05 10:02 
Generalhi.....I am using 100% of cpu usage Pin
valerie992-Aug-05 9:45
valerie992-Aug-05 9:45 
GeneralRe: hi.....I am using 100% of cpu usage Pin
peterchen2-Aug-05 20:20
peterchen2-Aug-05 20:20 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
peterchen2-Aug-05 20:18
peterchen2-Aug-05 20:18 
That is not right.

Even a low priority program will get 100% of CPU power when no other program is running.

Reasons why a program does not use 100% of CPU:
- it is waiting for user input
- it is waiting for external hardware (e.g. hard drive)
- It "gives up" CPU cycles (Sleep(), WaitFor* etc.) for one or another reason

The first two are the most common why on a modern system you rarely reach 100% CPU power e.g. with office.


Pandoras Gift #44: Hope. The one that keeps you on suffering.
aber.. "Wie gesagt, der Scheiss is' Therapie"
boost your code || Fold With Us! || sighist | doxygen

GeneralRe: CU history ...Ctrl + Alt +Del Pin
Tim Smith2-Aug-05 9:33
Tim Smith2-Aug-05 9:33 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
Andy Brummer2-Aug-05 9:35
sitebuilderAndy Brummer2-Aug-05 9:35 
GeneralRe: CU history ...Ctrl + Alt +Del Pin
peterchen2-Aug-05 20:15
peterchen2-Aug-05 20:15 
Generalslow release version Pin
valerie992-Aug-05 9:04
valerie992-Aug-05 9:04 
GeneralRe: slow release version Pin
Anonymous2-Aug-05 9:05
Anonymous2-Aug-05 9:05 
GeneralRe: slow release version Pin
valerie992-Aug-05 9:42
valerie992-Aug-05 9:42 
GeneralRe: slow release version Pin
Blake Miller3-Aug-05 10:57
Blake Miller3-Aug-05 10:57 
GeneralRe: slow release version Pin
Tim Smith2-Aug-05 9:45
Tim Smith2-Aug-05 9:45 
GeneralDrive Directory Emergency!! Help Me Pin
ultracrap2-Aug-05 8:54
ultracrap2-Aug-05 8:54 
GeneralRe: Drive Directory Emergency!! Help Me Pin
David Crow2-Aug-05 9:17
David Crow2-Aug-05 9:17 
GeneralMadness Pin
sroberts822-Aug-05 8:36
sroberts822-Aug-05 8:36 
GeneralRe: Madness Pin
Chris Losinger2-Aug-05 16:05
professionalChris Losinger2-Aug-05 16:05 
GeneralPlay Media File Pin
Aqueel2-Aug-05 7:35
Aqueel2-Aug-05 7:35 
GeneralCString!!! Pin
Smith#2-Aug-05 5:52
Smith#2-Aug-05 5:52 
GeneralRe: CString!!! Pin
Marc Soleda2-Aug-05 6:04
Marc Soleda2-Aug-05 6:04 
GeneralRe: CString!!! Pin
BadKarma2-Aug-05 6:14
BadKarma2-Aug-05 6:14 
GeneralRe: CString!!! Pin
Smith#2-Aug-05 6:44
Smith#2-Aug-05 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.