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 is ODBC Direct and Microsoft Jet Database Engine ?
What are the types of Error? In which areas the Error occurs?
Is there any way to pass a variable to a form apart from using global variables?
What are some methods you can use to send data from one VB executable to another one?
How would you map properties to controls by using ActiveX Control Interface Wizard?
____ is the difference between Listindex and Tab index.
Write the Steps in Creating an ActiveX Control?
How do I set the Windows wallpaper at runtime?
___,_____ and ____ container objects.
How to load and unload child forms.
What is recordset in visual basic?
What is the use of OLE?
What is meant by Establish Connection in RDO?
How would you find out the value property in Slider Bar Control?
Can you tell me the properties of the controls?