Can a "child" AppDomain call methods on the "parent"? - DOTNET
This is a discussion on Can a "child" AppDomain call methods on the "parent"? - DOTNET ; Hello,
I've got an AppDomain that starts up multiple child AppDomains. I've
now got a situation where I want these children to be able to access a
central cache of data on the parent.
Is this possible? All the examples ...
-
Can a "child" AppDomain call methods on the "parent"?
Hello,
I've got an AppDomain that starts up multiple child AppDomains. I've
now got a situation where I want these children to be able to access a
central cache of data on the parent.
Is this possible? All the examples of calling methods on another
AppDomain are on AppDomains that I have a reference to because I
created them.
Does anyone have any suggestion of another way to handle this?
Possibly remoting or WCF?
Much thanks.
-
Re: Can a "child" AppDomain call methods on the "parent"?
On Jul 13, 11:10 am, sergeantsteda... wrote:
> Hello,
>
> I've got an AppDomain that starts up multiple child AppDomains. I've
> now got a situation where I want these children to be able to access a
> central cache of data on the parent.
>
> Is this possible? All the examples of calling methods on another
> AppDomain are on AppDomains that I have a reference to because I
> created them.
>
> Does anyone have any suggestion of another way to handle this?
> Possibly remoting or WCF?
I solved it with remoting, but I'm still curious if there's a way to
look up the other AppDomains in the process and access them.
Similar Threads
-
By Application Development in forum Mutt
Replies: 0
Last Post: 10-30-2007, 07:13 AM
-
By Application Development in forum JDBC JAVA
Replies: 0
Last Post: 03-21-2007, 01:26 PM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 03-12-2006, 03:55 AM
-
By Application Development in forum basic.visual
Replies: 1
Last Post: 06-18-2004, 07:39 PM
-
By Application Development in forum basic.visual
Replies: 0
Last Post: 06-18-2004, 08:29 AM