[Mono-devel-list] Remoting patches and typo fix

Jerome Laban jlaban at wanadoo.fr
Sun Mar 30 15:21:50 EST 2003


Hi all,

    Here are two patches for remoting. The first (20030315) has already been posted, I'm reposting it as i don't know if it has not been commited because of a bug, or because it has been forgeted :) It adds some missing properties to the TcpChannel like bindTo or priority.

    The second one is a fix for the remoting in the current CVS. The CrossAppDomainChannel has been added to ChannelServices as a standard channel and took the priority over other channels like TcpChannel. This was leading to a SyncProcessMessage processing messages on the client side as if they were on the server side.

I don't know if it is best the way to fix this... but all the tests concerning the remoting part concerning local cross context operations seem to run fine. The remote ones too.

    The last patch is a small typo fix for the class.h file, a "klass" instead of "class"... it's messing up the C++ compiler :)

Jerome.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030330/32e5136d/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class_20030330.diff
Type: application/octet-stream
Size: 599 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030330/32e5136d/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remoting_20030330.diff
Type: application/octet-stream
Size: 2996 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030330/32e5136d/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remoting-20030315.diff
Type: application/octet-stream
Size: 3024 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030330/32e5136d/attachment-0002.obj 


More information about the Mono-devel-list mailing list