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

C / C++ / MFC

 
GeneralRe: Memory management Pin
Christian Graus1-Apr-02 22:26
protectorChristian Graus1-Apr-02 22:26 
GeneralRe: Memory management Pin
Jon Hulatt1-Apr-02 23:40
Jon Hulatt1-Apr-02 23:40 
GeneralMultithreading Synchronization Pin
1-Apr-02 21:19
suss1-Apr-02 21:19 
GeneralRe: Multithreading Synchronization Pin
Joaquín M López Muñoz1-Apr-02 21:28
Joaquín M López Muñoz1-Apr-02 21:28 
GeneralRe: Multithreading Synchronization Pin
Jon Hulatt1-Apr-02 23:41
Jon Hulatt1-Apr-02 23:41 
GeneralRe: Multithreading Synchronization Pin
Tim Smith2-Apr-02 2:11
Tim Smith2-Apr-02 2:11 
GeneralRe: Multithreading Synchronization Pin
2-Apr-02 2:22
suss2-Apr-02 2:22 
GeneralRe: Multithreading Synchronization Pin
Tim Smith2-Apr-02 3:27
Tim Smith2-Apr-02 3:27 
Thread pools are useless if you are serializing all activity. The whole point of threads are to:

1. Take advantage of multi-cpu systems.
2. Allow other operations to continue processing if one thread is stalled waiting for resources.

If all your threads are CPU bound, then you are actually hurting performance by using threads.

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: Multithreading Synchronization Pin
Joaquín M López Muñoz3-Apr-02 7:39
Joaquín M López Muñoz3-Apr-02 7:39 
GeneralHotkey into OnKeyDown Pin
1-Apr-02 21:10
suss1-Apr-02 21:10 
GeneralRe: Hotkey into OnKeyDown Pin
1-Apr-02 21:15
suss1-Apr-02 21:15 
GeneralInsert string that containts character ' Pin
Irina Tseitlin1-Apr-02 20:57
Irina Tseitlin1-Apr-02 20:57 
GeneralRe: Insert string that containts character ' Pin
Christian Graus1-Apr-02 21:05
protectorChristian Graus1-Apr-02 21:05 
GeneralRe: Insert string that containts character ' Pin
Jon Hulatt1-Apr-02 23:45
Jon Hulatt1-Apr-02 23:45 
GeneralGreenTea P2P decentralized computing platform Pin
1-Apr-02 20:36
suss1-Apr-02 20:36 
General16Bit -> 8 Bit Warning Loss of Data Pin
MarkPQ1-Apr-02 18:06
MarkPQ1-Apr-02 18:06 
GeneralRe: 16Bit -> 8 Bit Warning Loss of Data Pin
MarkPQ1-Apr-02 18:23
MarkPQ1-Apr-02 18:23 
GeneralRe: 16Bit -> 8 Bit Warning Loss of Data Pin
Shog91-Apr-02 18:26
sitebuilderShog91-Apr-02 18:26 
GeneralListCtrl Pin
1-Apr-02 17:42
suss1-Apr-02 17:42 
GeneralRe: ListCtrl Pin
Michael Dunn1-Apr-02 21:06
sitebuilderMichael Dunn1-Apr-02 21:06 
QuestionWM_AFXFIRST ??? Pin
Neville Franks1-Apr-02 17:36
Neville Franks1-Apr-02 17:36 
AnswerRe: WM_AFXFIRST ??? Pin
Shog91-Apr-02 18:39
sitebuilderShog91-Apr-02 18:39 
GeneralRe: WM_AFXFIRST ??? Pin
Neville Franks1-Apr-02 19:00
Neville Franks1-Apr-02 19:00 
GeneralCalling a Dialog from another Dialog Pin
Sayan Mukherjee1-Apr-02 17:08
Sayan Mukherjee1-Apr-02 17:08 
GeneralRe: Calling a Dialog from another Dialog Pin
Prem Kumar1-Apr-02 17:16
Prem Kumar1-Apr-02 17:16 

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.