[Mono-list] System.Runtime.Remoting?

Miguel de Icaza miguel@ximian.com
09 Dec 2002 20:46:35 -0500


Hello,

> Looks like this is yet to be implemented...  Is it being worked on?
> Without the RemotingConfiguration class, can remoting be used at all
> currently?

Very little has been done about Remoting.  A lot of people ask about it,
and there is a massive demand for it, but so far few people have
volunteered to write it.

We will get around doing it in a few months if nobody has tried to do
it, but for now we are trying to finish the new JIT engine and move
everyone over to it, to avoid maintaining two trees.  

The *hard* parts of Remoting and the JIT support are already in place,
the only thing missing is the C#-layers.

Miguel