What type of multi-threading does VB6 implement?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many File System Controls are there ? Explain.

1577


How can you filter out specific type of file using file system controls?

1411


How would you attach pictures in column headers of List View Control?

1665


Difference between Class Module and Standard Module?

1998


How do I get the Tab key to be treated like a normal character?

1011






_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

1307


What is the use of Data Form Wizard?

1564


What is the difference between adodc and adodb in vb?

505


advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id

2673


Is visual basic easy?

556


How would you run your ActiveX Document Dll?

1639


Draw Sequence Modal of DAO? Explain.

1714


What is Pseudocode?

933


What's the difference between MODAL and MODELESS forms?

1034


Explain about manipulating the recordset object

579