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 ...

+ Reply to Thread
Results 1 to 2 of 2

Can a "child" AppDomain call methods on the "parent"?

  1. Default 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.


  2. Default 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.





+ Reply to Thread

Similar Threads

  1. email-display: "N", "D", " ": yeah; but "O"? How to MARK "O"?
    By Application Development in forum Mutt
    Replies: 0
    Last Post: 10-30-2007, 07:13 AM
  2. Replies: 0
    Last Post: 03-21-2007, 01:26 PM
  3. """""""""""""""""""""Visual C++ 2005 Express"""""""""""""""""
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 03-12-2006, 03:55 AM
  4. Open File as "child" in "parent" window
    By Application Development in forum basic.visual
    Replies: 1
    Last Post: 06-18-2004, 07:39 PM
  5. Open File as "child" in "parent" window
    By Application Development in forum basic.visual
    Replies: 0
    Last Post: 06-18-2004, 08:29 AM