G
Guest
Hello all!
Im 'trying' to make a plugin-based application (system) - everything except
the main window are plugins (all other sub-windows, panels, etc).
Each plugin comes from dll's.. and each dll is loaded on a separate
AppDomain..
my question:
Does creating a new AppDomain, automatically start a new thread?
Does this mean, that each of my plugin runs on their own thread? -which is
really my intention. Is this approach even a good one?
<im new to dotnet/appdomains, but is familiar with threading concepts..
this one is just confusing for me>
thanks for any help.
Im 'trying' to make a plugin-based application (system) - everything except
the main window are plugins (all other sub-windows, panels, etc).
Each plugin comes from dll's.. and each dll is loaded on a separate
AppDomain..
my question:
Does creating a new AppDomain, automatically start a new thread?
Does this mean, that each of my plugin runs on their own thread? -which is
really my intention. Is this approach even a good one?
<im new to dotnet/appdomains, but is familiar with threading concepts..
this one is just confusing for me>
thanks for any help.