G
Günther Gruber
Hi all,
I need to read some text from a named pipe in ruby. The writing is done
in another (C++) program and I'd like to have Ruby display what is sent.
I've looked at the IO.pipe function, but there seems to be no way to get
a NAMED pipe. The two programs are running under Windows XP, btw.
Are named pipes even supported in Ruby? How can I read from one? Thanks
for your answers!
I need to read some text from a named pipe in ruby. The writing is done
in another (C++) program and I'd like to have Ruby display what is sent.
I've looked at the IO.pipe function, but there seems to be no way to get
a NAMED pipe. The two programs are running under Windows XP, btw.
Are named pipes even supported in Ruby? How can I read from one? Thanks
for your answers!