Reading/writing from named pipes under mono/Linux

Posted by weismat on Stack Overflow See other posts from Stack Overflow or by weismat
Published on 2009-04-03T12:08:43Z Indexed on 2010/04/22 2:03 UTC
Read the original article Hit count: 667

Filed under:
|
|
|

I would like to read/write from a named pipe/FIFo queue under Linux. I have tried the standard classes StreamWriter and other classes from System.IO, but it fails because it is using seek. Has anyone ever written/read from a named pipe using Mono?. I am managing to read and write - but not the same time...

© Stack Overflow or respective owner

Related posts about mono

Related posts about c#