Discussion:
[Mono-list] Does mono support named pipes?
mosheshi
2016-02-16 07:38:20 UTC
Permalink
I have seen posts about that from a few years ago. Just wanted to make sure
it is not supported in current version 4.2.2.
I am trying to have IPC between Java app and C# running with mono.
On Windows I am able to send data from Java to C# but not to read back.
On Linux I am getting corruption on sent data from Java to C#.

Should I give up the named pipes and try other IPC?

Thanks a lot.
Moshe



--
View this message in context: http://mono.1490590.n4.nabble.com/Does-mono-support-named-pipes-tp4667437.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist - Mono-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
Moshe Shimoni
2016-02-16 09:27:36 UTC
Permalink
Thanks all!
Hi
Post by mosheshi
I have seen posts about that from a few years ago. Just wanted to make sure
it is not supported in current version 4.2.2.
No. NamedPipes are not supported. No kernel support => effort not feasible.
Post by mosheshi
I am trying to have IPC between Java app and C# running with mono.
On Windows I am able to send data from Java to C# but not to read back.
On Linux I am getting corruption on sent data from Java to C#.
Should I give up the named pipes and try other IPC?
Currently - try other options.
thnks
regards
Mel
Post by mosheshi
Thanks a lot.
Moshe
--
http://mono.1490590.n4.nabble.com/Does-mono-support-named-pipes-tp4667437.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
http://lists.ximian.com/mailman/listinfo/mono-list
Continue reading on narkive:
Loading...