[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Named Pipe
- Subject: [ale] Named Pipe
- From: dcorbin at machturtle.com (David Corbin)
- Date: Tue, 20 Mar 2007 16:32:52 -0400
I have an application for which a named pipe seems like the right answer on
several fronts, but what I don't want is for the writing application to block
if there is noone reading it. I just want one application to stream data to
the pipe, and have some other application be able to jump in 'mid-stream' and
start processing the input data.
Is this possible with linux named pipes?