[Mono-list] application domains and remoting

Manuel Costa manuel@mail.fct.unl.pt
Wed, 2 Feb 2005 20:12:18 -0000


The problem is difficult to reproduce. We are porting a .net application for 
the distributed simulation of pollutants in water bodies. As you can 
imagine, the application is quite complex! Remoting was used for 
communications between nodes and some of the listeners were registered in an 
application domain different from the main one. In the windows version 
everything is working as expected, but in mono a client proxy cannot invoke 
methods from a server registered in an application domain different from the 
main one.
We will try to do more tests an later on give you some feedback.

manuel



----- Original Message ----- 
From: "Lluis Sanchez" <lluis@ximian.com>
To: <mono-list@lists.ximian.com>
Sent: Wednesday, February 02, 2005 7:59 PM
Subject: Re: [Mono-list] application domains and remoting


> On dc, 2005-02-02 at 19:31 +0000, Manuel Costa wrote:
>> Hi,
>>
>> is there any problem with remoting and application domains?
>
> No that I know.
>
>>  Is it possible to register channels and uris in an application domain
>> different from the main one?
>
> Yes.
>
>> In our tests, we able to register the channel, but we do not have
>> success accessing the remote objects registered in an application
>> domain different from the main one.
>
> Make sure the channel is registered in both client and server domains.
> Other than that, without a test case I can't tell much more.
>
> LLuis.
>
>>
>> thankx
>>
>> manuel
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list