[Mono-list] Remoting CORBA support

Miguel de Icaza miguel@ximian.com
15 Mar 2003 15:37:07 -0500


Hello!

   This is a great discovery!  I was very happy to see this CORBA
implementation.  The web page is well documented, and am sure we will be
able to contribute to this project.  Something to keep in mind is that
GNOME does need a couple of things:

	* client/server support: this is because every client is likely
	  going to be a server too.  This is due to the fact that we
	  use many "callback" patterns in our interface design.

	* Connection-reuse.  Gnome uses and authenticates bits based 
	  on the connection (Michael told me about this).

Miguel