Click here to Skip to main content
15,930,182 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSending Mail Pin
Mazdak1-May-03 19:47
Mazdak1-May-03 19:47 
GeneralRe: Sending Mail Pin
Joe Woodbury1-May-03 20:15
professionalJoe Woodbury1-May-03 20:15 
GeneralRe: Sending Mail Pin
David Crow2-May-03 4:21
David Crow2-May-03 4:21 
GeneralCreating bitmaps using raw RGB values Pin
azntekkan1-May-03 15:57
azntekkan1-May-03 15:57 
GeneralRe: Creating bitmaps using raw RGB values Pin
John R. Shaw2-May-03 20:21
John R. Shaw2-May-03 20:21 
Questionwhich control to send emails out from apps? Pin
DengJW1-May-03 15:57
DengJW1-May-03 15:57 
AnswerRe: which control to send emails out from apps? Pin
vikramj1-May-03 19:21
vikramj1-May-03 19:21 
GeneralThread Suspending methods - for thread pool Pin
MetX1-May-03 15:18
sussMetX1-May-03 15:18 
I'm creating a few thread pool classes in which I want to be able to suspend/pause a thread that is waiting for work to do. [the different classes are basically different methods of handling high workload or simple static thread-pools etc that map down to a single interface for access. Btw, if there's any novel ways that you have, I'd be glad to know them too, so I can expand the Interface implementations.]

The SuspendThread/ResumeThread method is what I currently have implemented as doing that, but I cannot find any information on performance relating to using these functions, particularly frequent calls to them. I saw some data about it and the .Net implementation, which said that its SuspendThread and ResumeThread weren't all that safe to use due to unknown-stop points [though so far to me it seems it operates right in the raw Win32 version.. though I havent run many tests]
GeneralRe: Thread Suspending methods - for thread pool Pin
MetX1-May-03 16:10
sussMetX1-May-03 16:10 
GeneralRe: Thread Suspending methods - for thread pool Pin
Joe Woodbury1-May-03 20:12
professionalJoe Woodbury1-May-03 20:12 
GeneralRe: Thread Suspending methods - for thread pool Pin
MetX1-May-03 21:32
sussMetX1-May-03 21:32 
GeneralCOleFont to CFont Pin
Toni781-May-03 11:53
Toni781-May-03 11:53 
GeneralButtons on a DialogBar Pin
MattyBee1-May-03 11:05
MattyBee1-May-03 11:05 
GeneralRe: Buttons on a DialogBar Pin
Brian Shifrin1-May-03 11:27
Brian Shifrin1-May-03 11:27 
GeneralRe: Buttons on a DialogBar Pin
MattyBee1-May-03 11:41
MattyBee1-May-03 11:41 
GeneralDisabling Close in Console Pin
John L. DeVito1-May-03 10:53
professionalJohn L. DeVito1-May-03 10:53 
GeneralRe: Disabling Close in Console Pin
Chris Richardson1-May-03 17:25
Chris Richardson1-May-03 17:25 
GeneralGetting binary values from registry Pin
Steve L.1-May-03 10:44
Steve L.1-May-03 10:44 
GeneralRe: Getting binary values from registry Pin
Michael Dunn1-May-03 11:01
sitebuilderMichael Dunn1-May-03 11:01 
GeneralRe: Getting binary values from registry Pin
Steve L.1-May-03 11:24
Steve L.1-May-03 11:24 
GeneralRe: Getting binary values from registry Pin
David Crow2-May-03 4:30
David Crow2-May-03 4:30 
GeneralItemData in a virtual list control Pin
Gilfrog1-May-03 10:39
Gilfrog1-May-03 10:39 
GeneralRe: ItemData in a virtual list control Pin
Phil Hamer1-May-03 14:17
Phil Hamer1-May-03 14:17 
GeneralCan't display items from an array. Pin
grscot1-May-03 10:32
grscot1-May-03 10:32 
GeneralRe: Can't display items from an array. Pin
Neville Franks1-May-03 11:55
Neville Franks1-May-03 11:55 

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.