>>>>> "del" == del  <d...@babel.com.au> writes:

del> Martin Visser wrote:

del> I can create a listener on one of the FIFOs above like this:

del> socat -u /tmp/r1 TCP-LISTEN:25555,fork,reuseaddr

del> However I still hit the same issue -- the first client connects
del> to port 25555 and gets the data, the second listener connects to
del> port 25555 and then each client gets half of the data.

Yes, when a client reads from the FIFO it removes the data from the
fifo --- the next read, from whereever it comes, removes the next bit
of data.

Short of writing yourself a multiplexing device driver, I'm not sure
there is a way to get what you want.


Peter C
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to