|
-
December 9th, 2004, 12:55 PM
#1
Why is CRT divided into Single & Multi-thread versions?
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.
-
December 9th, 2004, 01:11 PM
#2
Re: Why is CRT divided into Single & Multi-thread versions?
 Originally Posted by Martin O
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.
-
December 9th, 2004, 01:19 PM
#3
Re: Why is CRT divided into Single & Multi-thread versions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|