Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FormView Color Pin
mikobi13-Jun-06 4:09
mikobi13-Jun-06 4:09 
AnswerRe: FormView Color Pin
Viorel.13-Jun-06 4:19
Viorel.13-Jun-06 4:19 
GeneralRe: FormView Color Pin
mikobi13-Jun-06 4:34
mikobi13-Jun-06 4:34 
AnswerRe: FormView Color Pin
Hamid_RT13-Jun-06 19:18
Hamid_RT13-Jun-06 19:18 
QuestionMaximum Timers in VC6 Pin
Cyber Friend13-Jun-06 3:30
Cyber Friend13-Jun-06 3:30 
AnswerRe: Maximum Timers in VC6 Pin
David Crow13-Jun-06 3:40
David Crow13-Jun-06 3:40 
AnswerRe: Maximum Timers in VC6 Pin
Laxman Auti13-Jun-06 3:42
Laxman Auti13-Jun-06 3:42 
AnswerRe: Maximum Timers in VC6 Pin
Jun Du13-Jun-06 4:09
Jun Du13-Jun-06 4:09 
Windows resources are very precious. I recall one of the old applications in which the developer used around 20 timers, each to refresh different portion of the display. The refresh rate is 10-20 Hz. Whenever that program is run, it used up all 100% CPU. Of ocourse, the 20 timers have been later combined to one centralized, high-resolution timer.

In general, 4 threads should be fine, but I have concerns about 32 threads. The number does matter. Not just the number of timers, but also the number of thredas. Each thread (and timer) takes a lot of overheads. I don't know of your situation, but you might want to think again about the design.

- It's easier to make than to correct a mistake.
GeneralRe: Maximum Timers in VC6 Pin
Cyber Friend13-Jun-06 4:32
Cyber Friend13-Jun-06 4:32 
GeneralRe: Maximum Timers in VC6 Pin
Jun Du13-Jun-06 4:54
Jun Du13-Jun-06 4:54 
GeneralRe: Maximum Timers in VC6 Pin
Cyber Friend13-Jun-06 22:04
Cyber Friend13-Jun-06 22:04 
QuestionMultithreading Pin
anilksingh13-Jun-06 3:14
anilksingh13-Jun-06 3:14 
AnswerRe: Multithreading Pin
David Crow13-Jun-06 3:20
David Crow13-Jun-06 3:20 
AnswerRe: Multithreading [modified] Pin
_AnsHUMAN_ 13-Jun-06 3:32
_AnsHUMAN_ 13-Jun-06 3:32 
GeneralRe: Multithreading Pin
sunit513-Jun-06 4:51
sunit513-Jun-06 4:51 
GeneralRe: Multithreading Pin
_AnsHUMAN_ 13-Jun-06 18:13
_AnsHUMAN_ 13-Jun-06 18:13 
AnswerRe: Multithreading Pin
James R. Twine13-Jun-06 3:33
James R. Twine13-Jun-06 3:33 
AnswerRe: Multithreading Pin
Zac Howland13-Jun-06 3:48
Zac Howland13-Jun-06 3:48 
AnswerRe: Multithreading Pin
James R. Twine13-Jun-06 4:11
James R. Twine13-Jun-06 4:11 
AnswerRe: Multithreading Pin
Eytukan13-Jun-06 4:31
Eytukan13-Jun-06 4:31 
GeneralRe: Multithreading Pin
James R. Twine13-Jun-06 8:09
James R. Twine13-Jun-06 8:09 
GeneralRe: Multithreading Pin
Eytukan13-Jun-06 21:27
Eytukan13-Jun-06 21:27 
Questionhow to track mouse co-ordinates Pin
rajeev8213-Jun-06 3:09
rajeev8213-Jun-06 3:09 
AnswerRe: how to track mouse co-ordinates Pin
Laxman Auti13-Jun-06 3:35
Laxman Auti13-Jun-06 3:35 
QuestionHow to set project for always support hots key ? Pin
Max++13-Jun-06 2:34
Max++13-Jun-06 2:34 

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.