Martin O
December 9th, 2004, 11:55 AM
Why didn't they just make them all multi-thread? The only guess I have is that theres more overhead with the multi-thread version that you can avoid if you know you won't use threads.
|
Click to See Complete Forum and Search --> : Why is CRT divided into Single & Multi-thread versions? Martin O December 9th, 2004, 11:55 AM Why didn't they just make them all multi-thread? The only guess I have is that theres more overhead with the multi-thread version that you can avoid if you know you won't use threads. Gabriel Fleseriu December 9th, 2004, 12:11 PM Why didn't they just make them all multi-thread? The only guess I have is that theres more overhead with the multi-thread version that you can avoid if you know you won't use threads. Bingo! It's the overhead. Which is not small. On a broader level, it's part of the C and C++ phylosophy not to be forced to use things that you don't need. Martin O December 9th, 2004, 12:19 PM Thanks codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |