Use named pipe some times very convenient, such as mkfifo file.fifo.
but the file.fifo is not persistent, if the computer restarted or the writer process crashed, I can get nothing from the pipe. so, are there any methods to let the piped data store in disk rather than memory?
thanks.