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
How do I mimic a toggle button?
What is Internet Explorer and its uses?
What do you mean by Databound Controls Explain?
What is ActiveX Dll and ActiveX Exe?
Explain the types of Views in Listview Control.
Write the Steps in Creating an ActiveX Control?
Explain about manipulating the recordset object
Types of cursors in DAO?
Which type of object requires this object?
When should we use recursive programming?
How can you Implement windows functionality in VB?
Types of cursors in RDO.
Is it possible to change menu runtime using API? If yes Specify the function names?
Where can I get updated VB and other Microsoft files?
How to find size of the file. Which method or function is used to occomplish this?