[Mono-list] SCI Sockets

Vadim B. Guzev vguzev@yandex.ru
Tue, 29 Mar 2005 11:27:38 +0400 (MSD)


>It should not be hard to add this flag;  It requires changes to the
>runtime and the libraries, am not sure if we want to put those changes
>directly into Mono though.
>
>It depends on the quality of the patch I guess.

Thanks. I've found a workaround for this problem... Called IP over SCI :)
This is much more easier than adding special flags to Mono and it doesn't require any changes in user's programs. Here, for example, I compared the same simple program that sent some data through the eth and sci:

--8<-------------------------------------------------
[vadim@node-11 clientserver]$ mono Client.exe node-12
Sent successfully!
Total time: 00:00:10.3646250

[vadim@node-11 clientserver]$ mono Client.exe scip-12
Sent successfully!
Total time: 00:00:03.0824960
--8<-------------------------------------------------


Best regards,
Vadim B. Guzev
http://u.pereslavl.ru/~vadim/MCSharp/