Click here to Skip to main content
15,917,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem passing a Reference through multiple functions Pin
#realJSOP13-Jan-07 23:42
professional#realJSOP13-Jan-07 23:42 
QuestionHow to connect toan ORACLE DB Using VC++6? Pin
Patriot8113-Jan-07 18:57
Patriot8113-Jan-07 18:57 
AnswerRe: How to connect toan ORACLE DB Using VC++6? [modified] Pin
liur1713-Jan-07 20:03
liur1713-Jan-07 20:03 
Questionwierd delete [ ] myClass exception. Need Help PLZ! [modified] Pin
gumi_r@msn.com13-Jan-07 17:12
gumi_r@msn.com13-Jan-07 17:12 
AnswerRe: wierd delete [ ] myClass exception. Need Help PLZ! Pin
Michael Dunn13-Jan-07 18:27
sitebuilderMichael Dunn13-Jan-07 18:27 
GeneralRe: wierd delete [ ] myClass exception. Need Help PLZ! Pin
gumi_r@msn.com14-Jan-07 2:10
gumi_r@msn.com14-Jan-07 2:10 
AnswerRe: wierd delete [ ] myClass exception. Need Help PLZ! Pin
eli1502197914-Jan-07 3:48
eli1502197914-Jan-07 3:48 
QuestionPointers to classes Pin
Oliver12313-Jan-07 16:52
Oliver12313-Jan-07 16:52 
AnswerRe: Pointers to classes Pin
bob1697213-Jan-07 17:00
bob1697213-Jan-07 17:00 
Questionchange the highlight for a button Pin
PrabhuDev13-Jan-07 9:56
PrabhuDev13-Jan-07 9:56 
AnswerRe: change the highlight for a button Pin
Mark Salsbery13-Jan-07 10:20
Mark Salsbery13-Jan-07 10:20 
QuestionUSB port controlling in vc++ Pin
ahmad al-omar13-Jan-07 9:11
ahmad al-omar13-Jan-07 9:11 
AnswerRe: USB port controlling in vc++ Pin
Nader Elshehabi13-Jan-07 11:16
Nader Elshehabi13-Jan-07 11:16 
Questionitoa() arguments problem Pin
CAgent00713-Jan-07 7:50
CAgent00713-Jan-07 7:50 
AnswerRe: itoa() arguments problem Pin
Mark Salsbery13-Jan-07 9:11
Mark Salsbery13-Jan-07 9:11 
GeneralDoh!! Pin
CAgent00713-Jan-07 13:17
CAgent00713-Jan-07 13:17 
AnswerRe: itoa() arguments problem Pin
Dennis Gourjii13-Jan-07 9:12
Dennis Gourjii13-Jan-07 9:12 
QuestionMultithreaded appication design question Pin
softwaremonkey13-Jan-07 5:25
softwaremonkey13-Jan-07 5:25 
AnswerRe: Multithreaded appication design question Pin
Mark Salsbery13-Jan-07 6:43
Mark Salsbery13-Jan-07 6:43 
It sounds like you have it right to me.

Using one critical section for all instances could definitely impact performance with only
one thread able to access any object at one time. It's still a viable solution but only if
that's really what you want or need.

I would imagine the only burden on the system is more memory/handles being used for each sync
object. 100 is relatively few. The class instances have to be thread protected so there's not
much choice anyway Smile | :)

I thought the OS was THERE for us to burden Smile | :)

Mark


GeneralRe: Multithreaded appication design question Pin
softwaremonkey13-Jan-07 7:32
softwaremonkey13-Jan-07 7:32 
QuestionString table and "an unnamed file" Pin
kdehairy13-Jan-07 5:16
kdehairy13-Jan-07 5:16 
QuestionMessage Box in Thread Pin
Max++13-Jan-07 4:59
Max++13-Jan-07 4:59 
AnswerRe: Message Box in Thread Pin
Eytukan13-Jan-07 21:59
Eytukan13-Jan-07 21:59 
AnswerRe: Message Box in Thread Pin
Eytukan14-Jan-07 17:38
Eytukan14-Jan-07 17:38 
Questionvs2005 migration issue Pin
sdfkfggh13-Jan-07 4:35
sdfkfggh13-Jan-07 4:35 

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.