Hi,
I have a doubt about some definitions...
To say that a component is multithreaded... is the same as to say that it is STA (Single threaded apartment)?
In my opinion, they are distinct concepts, however, in visual basic, every component (single threaded component or multithreaded component) is always STA. Well the component is not STA, but the type of the apartments it creates are STA (every apartment will always have just one thread to it...).
AM I understanding this concepts right?
Thank you
Sérgio Oliveira
I have a doubt about some definitions...
To say that a component is multithreaded... is the same as to say that it is STA (Single threaded apartment)?
In my opinion, they are distinct concepts, however, in visual basic, every component (single threaded component or multithreaded component) is always STA. Well the component is not STA, but the type of the apartments it creates are STA (every apartment will always have just one thread to it...).
AM I understanding this concepts right?
Thank you
Sérgio Oliveira