I would like to read / write from the named / FIFo queue under Linux. I tried the standard StreamWriter classes and other classes from System.IO, but it fails because it uses a search. Has anyone ever written / read from a named pipe using Mono ?. I can read and write, but not at the same time ...
source
share