Re: Side-by-side, within an app
- From: Jon Shemitz <jon@xxxxxxxxxxxxxxxxx>
- Date: Sun, 17 Jul 2005 14:26:28 -0700
"Jay B. Harlow [MVP - Outlook]" wrote:
> How much inter-plugin communication do you really have? I would expect
> inter-plugin communication to be a at a minimum, while there may be a fair
> amount between the app & a specific plugin.
"Some." For example, an image acquisition plugins needs to cooperate
with an image manipulation plugin. (The central conceit is that the
app is just a flexible shell, and all the action takes place in the
plugins: we can distribute radically different apps 'simply' by
changing the plugin mix.)
While I think comm costs are big minus for the AppDomain idea, there
may be a more fundamental problem: this is a GUI app, and the app
provides various containers for plugin supplied UserControl-s. Does
setting a UserControl proxy's Parent property actually parent the
UserControl in another AppDomain? (Yes, I know, I could just do some
experiments, but I don't really want to take the time, given that
we're not currently looking at going down this road.)
> The following articles discusses loading plug-ins into AppDomains
> http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/default.aspx
>
> The following article discusses some security to using AddDomains:
> http://msdn.microsoft.com/msdnmag/issues/04/04/SecurityBriefs/default.aspx
Thanks.
--
www.midnightbeach.com
.
- Follow-Ups:
- Re: Side-by-side, within an app
- From: Jay B. Harlow [MVP - Outlook]
- Re: Side-by-side, within an app
- References:
- Side-by-side, within an app
- From: Jon Shemitz
- Re: Side-by-side, within an app
- From: Jay B. Harlow [MVP - Outlook]
- Re: Side-by-side, within an app
- From: Jon Shemitz
- Re: Side-by-side, within an app
- From: Jay B. Harlow [MVP - Outlook]
- Side-by-side, within an app
- Prev by Date: Re: How Do You Get the Fully Qualified Name of an Assembly from Unmanaged Code?
- Next by Date: Re: Side-by-side, within an app
- Previous by thread: Re: Side-by-side, within an app
- Next by thread: Re: Side-by-side, within an app
- Index(es):
Relevant Pages
|