|
-
Apr 3rd, 2004, 08:15 PM
#1
Thread Starter
New Member
Thread per object
I was hoping someone could settle this question for me . . .
If the Threading Model of an ActiveX Exe is set for Thread Per Object, does that mean individual threads per externally created objects only?
What I'm trying to find out is if a public class in the exe instantiates a private class from the exe, is there only the one thread for both now, or two? Would using async callbacks between the public and private objects allow for seperate threads between them?
Thanks!
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
|