зеркало из https://github.com/mono/mail-archives.git
105 строки
3.9 KiB
HTML
105 строки
3.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] application domains and remoting
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:manuel%40mail.fct.unl.pt">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="025554.html">
|
|
<LINK REL="Next" HREF="025556.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] application domains and remoting
|
|
</H1>
|
|
<B>Manuel Costa
|
|
</B>
|
|
<A HREF="mailto:manuel%40mail.fct.unl.pt"
|
|
TITLE="[Mono-list] application domains and remoting">manuel@mail.fct.unl.pt
|
|
</A><BR>
|
|
<I>Wed, 2 Feb 2005 20:12:18 -0000</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="025554.html">[Mono-list] application domains and remoting
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025556.html">[Mono-list] Getting mono/mod_mono/xsp unstable to run (Linux / Apache)???
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25555">[ date ]</a>
|
|
<a href="thread.html#25555">[ thread ]</a>
|
|
<a href="subject.html#25555">[ subject ]</a>
|
|
<a href="author.html#25555">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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" <<A HREF="mailto:lluis@ximian.com">lluis@ximian.com</A>>
|
|
To: <<A HREF="mailto:mono-list@lists.ximian.com">mono-list@lists.ximian.com</A>>
|
|
Sent: Wednesday, February 02, 2005 7:59 PM
|
|
Subject: Re: [Mono-list] application domains and remoting
|
|
|
|
|
|
><i> On dc, 2005-02-02 at 19:31 +0000, Manuel Costa wrote:
|
|
</I>>><i> Hi,
|
|
</I>>><i>
|
|
</I>>><i> is there any problem with remoting and application domains?
|
|
</I>><i>
|
|
</I>><i> No that I know.
|
|
</I>><i>
|
|
</I>>><i> Is it possible to register channels and uris in an application domain
|
|
</I>>><i> different from the main one?
|
|
</I>><i>
|
|
</I>><i> Yes.
|
|
</I>><i>
|
|
</I>>><i> In our tests, we able to register the channel, but we do not have
|
|
</I>>><i> success accessing the remote objects registered in an application
|
|
</I>>><i> domain different from the main one.
|
|
</I>><i>
|
|
</I>><i> Make sure the channel is registered in both client and server domains.
|
|
</I>><i> Other than that, without a test case I can't tell much more.
|
|
</I>><i>
|
|
</I>><i> LLuis.
|
|
</I>><i>
|
|
</I>>><i>
|
|
</I>>><i> thankx
|
|
</I>>><i>
|
|
</I>>><i> manuel
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="025554.html">[Mono-list] application domains and remoting
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025556.html">[Mono-list] Getting mono/mod_mono/xsp unstable to run (Linux / Apache)???
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25555">[ date ]</a>
|
|
<a href="thread.html#25555">[ thread ]</a>
|
|
<a href="subject.html#25555">[ subject ]</a>
|
|
<a href="author.html#25555">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|