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 many ways you can access file using VB?
What is instantiating?
Is the Variant type slower than using other variable types?
what are the Differences between ActiveX Control and Standard Control?
Is visualvm free?
what are the Differenct Types of Procedures in VB?
Give brief description about class?
Is visual basic easy?
What is meant by Establish Connection in RDO?
Explain OLE Drag and Drop?
How to load and unload child forms.
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
Difference between ActiveX Control and Standard Control.
Explain the working of templates?
What type of databases you can access through ADO Data Access Object?