what is single thread and multithread apartments model?
Answer Posted / guest
All components created with Visual Basic use the apartment
model, whether they?re single-threaded or multithreaded. A
single-threaded component has only one apartment, which
contains all the objects the component provides.
This means that a single-threaded DLL created with Visual
Basic is safe to use with a multithreaded client. However,
there?s a performance trade-off for this safety. Calls from
all client threads except one are marshaled, just as if
they were out-of-process calls.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the Internet tools available in VB 6.0?
How do I create a new form in visual basic?
___,___ arguments will be used to run a executable program in shell function
What about DLL calls that require callbacks?
Explain about arrays?
How would you convert a form into document?
What is a toolbox in visual basic?
How do you avoid the "Invalid use of null" error when reading null values from a database?
How do I make an animated icon for my program?
How can I access a record by record number?
1s it posible to Create Tables Through Querydef?
What is the use of Hyperlink control for DHTML applications?
Where can I get good up-to-date information about VB?
What is the use of Data Form Wizard?
Write the Steps in Creating an ActiveX Control?