|
-
February 2nd, 2005, 11:24 AM
#5
Re: AfxBeginThread
Sounds like some sort of COM marshalling is going on.
In single apartment threaded COM objects the calls to methods are marshalled - i.e. the methods aren't actually called directly but run through a 'seperation' mechanism.
If you start up your app in a multi threaded apartment mode and enable your com object to support 'both' single & multi threaded apartments I think you'll find that it won't slow down.
Darwen.
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
|