Tagged Questions
86
votes
6answers
17k views
Could you explain STA and MTA?
I'm having trouble understanding STA and MTA. If you could explain it in your own words that would be great. Also what are Apartment threads and do they pertain only to COM? If so why?
5
votes
2answers
908 views
Legacy VB6 COM+ DLL calling into native Win32 DLL — threading issues with STA?
Come across what looks at first sight like an MT-issue, but I'm trying to understand in detail the STA model used by COM+.
Effectively, I have a legacy COM+ component, written in VB6, that calls into ...
4
votes
1answer
117 views
About apartment threading models
I have a few questions about Apartments:
Was this model introduced for COM purposes only?
Can you point to good resources about them?
From a thread safety standpoint what does it mean that a ...
2
votes
1answer
222 views
ATL sample of calling (marshalling) Apartment-threaded COM interfaces from a worker thread
I'm looking for a code sample which illustrates making cross-threaded COM calls in an ATL COM Server DLL. Know one?
More details:
My component is an IE Browser Helper Object which needs to do work ...