What type of multi-threading does VB6 implement?
Answers were Sorted based on User's Feedback
Answer / sandeep
apartment threading and single threading. by vb works on
apartment threading, completely not support to single
threading.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / manish
If you've so much as cracked a book on COM, you've undoubtedly come across the term apartment, which describes the constructs in which COM objects are created. If you're unfamiliar with this concept, the often-used analogy of an apartment building may help to clarify.
If you think of the building as an application's process, each apartment is a distinct area in which a COM object can be created. As with the more tangible kind of apartment, a COM apartment is a fairly self-contained unit that shares some similarities with other apartments in the same building/process. But just as there may be lofts, studios, and 2- or 3-bedroom apartments in the same building, there can also be different types of COM apartments within a process. Apartments may also be vacant or have any number of people/objects living in them.
It may be helpful to remember a few key points about COM apartments:
An apartment is not a thread. The one-to-one relationship between threads and single-threaded apartments may lead you to believe that the two terms are interchangeable—they are not.
An object is not an apartment. Objects are created in apartments.
A particular instance of an object can belong to only one apartment.
An apartment's concurrency model, whether it is single-threaded or multi-threaded, cannot be changed after it is created.
A process can have zero or more single-threaded apartments—one for each thread that calls CoInitialize.
A process has one multi-threaded apartment or none at all—all threads that call CoInitializeEx with COINIT_MULTITHREADED share the same apartment.
From microsoft
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Property Get, Set and Let.
what is the Difference between DDE and OLE?
___,__,___ are the type of combo box?
Explain about an event-driven programming language?
Write the Steps in Creating an ActiveX Control?
How many number of events does the Timer controls ?
How to declare Dll Procedure?
what is the property to resize a label control according to your caption?
What is the difference between a Dynaset and Snapshot and how would you create one?
What about DLL calls that require callbacks?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
What is RdExecDirect?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)