Click here to Skip to main content
16,005,125 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About CPU Test Pin
Dominik Reichl21-Aug-03 1:45
Dominik Reichl21-Aug-03 1:45 
GeneralRe: About CPU Test Pin
Dangleberry21-Aug-03 2:49
sussDangleberry21-Aug-03 2:49 
GeneralRe: About CPU Test Pin
Dominik Reichl21-Aug-03 3:02
Dominik Reichl21-Aug-03 3:02 
GeneralRe: About CPU Test Pin
HansonDavid22-Aug-03 0:44
HansonDavid22-Aug-03 0:44 
GeneralRe: About CPU Test Pin
Dominik Reichl22-Aug-03 0:54
Dominik Reichl22-Aug-03 0:54 
Questiondoes multithreading speed up my computation? Pin
Ramesh M21-Aug-03 1:09
Ramesh M21-Aug-03 1:09 
AnswerRe: does multithreading speed up my computation? Pin
ZoogieZork21-Aug-03 1:47
ZoogieZork21-Aug-03 1:47 
AnswerRe: does multithreading speed up my computation? Pin
Dangleberry21-Aug-03 2:15
sussDangleberry21-Aug-03 2:15 
On a single processor it would, if anything, be a little slower because the OS has to switch between threads (though not noticably). If the intensive computation is affecting things like clicking a button in the app, and general app response time then it would be worth sticking the whole process in its own thread and let the apps own thread just deal with message processing, thats probably the best solution (in effect there would be two threads anyway, one for your exe thats instantiated upon load, and the other is your 'worker' thread).
General"wrong" application icon in dialog based application Pin
T.T.H.21-Aug-03 0:45
T.T.H.21-Aug-03 0:45 
GeneralRe: "wrong" application icon in dialog based application Pin
Dangleberry21-Aug-03 2:20
sussDangleberry21-Aug-03 2:20 
GeneralRe: "wrong" application icon in dialog based application Pin
David Crow21-Aug-03 2:48
David Crow21-Aug-03 2:48 
GeneralRe: "wrong" application icon in dialog based application Pin
PJ Arends21-Aug-03 5:15
professionalPJ Arends21-Aug-03 5:15 
Generalyes, that's the solution Pin
T.T.H.21-Aug-03 23:26
T.T.H.21-Aug-03 23:26 
Generalforcing the exit of a program Pin
si_6921-Aug-03 0:28
si_6921-Aug-03 0:28 
GeneralRe: forcing the exit of a program Pin
Dominik Reichl21-Aug-03 0:48
Dominik Reichl21-Aug-03 0:48 
GeneralRe: forcing the exit of a program Pin
Branislav21-Aug-03 0:48
Branislav21-Aug-03 0:48 
GeneralRe: forcing the exit of a program Pin
Ryan Binns21-Aug-03 0:54
Ryan Binns21-Aug-03 0:54 
GeneralDisable a page in a property sheet Pin
YaronNir21-Aug-03 0:06
YaronNir21-Aug-03 0:06 
GeneralRe: Disable a page in a property sheet Pin
Branislav21-Aug-03 0:17
Branislav21-Aug-03 0:17 
GeneralRe: Disable a page in a property sheet Pin
YaronNir21-Aug-03 1:04
YaronNir21-Aug-03 1:04 
GeneralRe: Disable a page in a property sheet Pin
G. Steudtel21-Aug-03 0:21
G. Steudtel21-Aug-03 0:21 
GeneralRe: Disable a page in a property sheet Pin
YaronNir21-Aug-03 1:17
YaronNir21-Aug-03 1:17 
GeneralRe: Disable a page in a property sheet Pin
David Crow21-Aug-03 2:54
David Crow21-Aug-03 2:54 
GeneralRe: Disable a page in a property sheet Pin
YaronNir21-Aug-03 3:02
YaronNir21-Aug-03 3:02 
GeneralRe: Disable a page in a property sheet Pin
David Crow21-Aug-03 3:09
David Crow21-Aug-03 3:09 

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.