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
Why API functions are Required?
What is the need of tabindex property is label control.
What is the latest version of visual basic?
How do you change the system menu (on the Control-Menu Box)?
What is data control in vb?
___,___ and __ are difference between image and picture controls.
what are the Default cursor Type and LockEdit type in DAO?
How do I set the Windows wallpaper at runtime?
What is the use of Imagelist Controls ?
How can you get selected file from file system Control?
Which type of object requires this object?
Through which protocol OLEDB components are interfaced?
How to use advanced data-bound controls.
Is visual basic easy?
Is the Variant type slower than using other variable types?