Hello there!

I have a question regarding named pipes (mknod mypipe p).

I have 2 programmes, one is not opensource nor programmed by me.
The 2. programm is programmed by me.

The 1. writes into a pipe.
The 2. should read from the pipe.

So far so good.

The problem is if the first programm canīt write to the pipe it dies.
So it dies when the pipe is a) full (size canīt be increased) or b) blocked.

With the newer Perl-Versions 5.6 and higher there is IO::Handle with
getline.
Which should theoretically work, but I donīt know if and how.

With the old perl verion 5.00.5, iīm damed to use, there is no such modul,
and I have no idea, after testing so much stuff, how it could work.

If anyone has a good idea or some code I would be very happy.


Thanks!

Bastian


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to