Click here to Skip to main content
15,883,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: threading differences VC6 v VS2005 Pin
Chris Losinger1-Jun-09 5:10
professionalChris Losinger1-Jun-09 5:10 
GeneralRe: threading differences VC6 v VS2005 Pin
Luc Pattyn1-Jun-09 5:49
sitebuilderLuc Pattyn1-Jun-09 5:49 
GeneralRe: threading differences VC6 v VS2005 Pin
Chris Losinger1-Jun-09 6:15
professionalChris Losinger1-Jun-09 6:15 
GeneralRe: threading differences VC6 v VS2005 Pin
Randor 1-Jun-09 7:14
professional Randor 1-Jun-09 7:14 
GeneralRe: threading differences VC6 v VS2005 Pin
ZelionThunder2-Jun-09 17:43
ZelionThunder2-Jun-09 17:43 
GeneralRe: threading differences VC6 v VS2005 Pin
Luc Pattyn1-Jun-09 6:03
sitebuilderLuc Pattyn1-Jun-09 6:03 
GeneralRe: threading differences VC6 v VS2005 Pin
Chris Losinger1-Jun-09 6:16
professionalChris Losinger1-Jun-09 6:16 
AnswerRe: threading differences VC6 v VS2005 Pin
Joe Woodbury1-Jun-09 7:50
professionalJoe Woodbury1-Jun-09 7:50 
The heap manager for VS2005 is faster than that for Visual 6. I ran across this a few weeks ago.

How thread local storage is handled is different fore VS2005 as well, though I doubt this would affect performance in a significant way.

You also need to verify you really are testing what you think you're testing. How fast is the second thread even executing? Due to small changes in the CRT, the new thread may not be getting a quanta as quickly under 6.

Another possibility is that some paging is happening under 6 that isn't happening under 05 (seen that also.)


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


GeneralRe: threading differences VC6 v VS2005 Pin
Chris Losinger1-Jun-09 7:53
professionalChris Losinger1-Jun-09 7:53 
QuestionGadjet integration with IE toolbar? Pin
ritz12341-Jun-09 4:16
ritz12341-Jun-09 4:16 
QuestionIn Window forms application C++ Pin
wael_r1-Jun-09 3:33
wael_r1-Jun-09 3:33 
AnswerRe: In Window forms application C++ Pin
David Crow1-Jun-09 3:45
David Crow1-Jun-09 3:45 
AnswerRe: In Window forms application C++ Pin
fanronghua1-Jun-09 19:25
fanronghua1-Jun-09 19:25 
QuestionTyping in Unicode language Pin
Benjamin Bruno1-Jun-09 3:32
Benjamin Bruno1-Jun-09 3:32 
QuestionSNMP development Pin
Jim Crafton1-Jun-09 3:25
Jim Crafton1-Jun-09 3:25 
AnswerRe: SNMP development Pin
Joe Woodbury1-Jun-09 8:19
professionalJoe Woodbury1-Jun-09 8:19 
GeneralRe: SNMP development Pin
Jim Crafton1-Jun-09 8:26
Jim Crafton1-Jun-09 8:26 
QuestionCRichEditCtrl on CMDIChildWnd and to capture mouse control Pin
prithaa1-Jun-09 2:48
prithaa1-Jun-09 2:48 
AnswerRe: CRichEditCtrl on CMDIChildWnd and to capture mouse control Pin
prithaa2-Jun-09 23:41
prithaa2-Jun-09 23:41 
QuestionSimple Mapi Vs Extended Mapi Pin
Anil Kumar.Arvapalli1-Jun-09 2:44
Anil Kumar.Arvapalli1-Jun-09 2:44 
AnswerRe: Simple Mapi Vs Extended Mapi Pin
CPallini1-Jun-09 2:46
mveCPallini1-Jun-09 2:46 
AnswerRe: Simple Mapi Vs Extended Mapi Pin
Stuart Dootson1-Jun-09 2:48
professionalStuart Dootson1-Jun-09 2:48 
QuestionWindows Forms Application C++ .net 2003 Pin
wael_r1-Jun-09 1:47
wael_r1-Jun-09 1:47 
AnswerRe: Windows Forms Application C++ .net 2003 Pin
56789012341-Jun-09 2:48
56789012341-Jun-09 2:48 
AnswerRe: Windows Forms Application C++ .net 2003 Pin
Stuart Dootson1-Jun-09 2:51
professionalStuart Dootson1-Jun-09 2:51 

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.