[Mono-list] mono and remoting

Miguel de Icaza miguel@ximian.com
19 Dec 2002 12:36:47 -0500


Hello,

> How do I register well-known type in Mono ? I browsed CVS and found out that
> System.Runtime.Remoting.RemotingConfiguration class is missing.
> 
> However, I saw several statements that mono's remoting works although some
> formatters are absent.
> 
> Where am I wrong ?

The underlying JIT support for remoting has been implemented, but most
of the higher level classes are missing (RemotingConfiguration is one of
those).

We need a lot more work before we have a functional Remoting
implementation.

Miguel.