in reply to Re: EINTR and sysread()
in thread EINTR and sysread()

I may not be losing data but I am definitley doing something wrong with the data. The outpipe is connected to a program which expects records in a very defined and ordered format and complains very loudly if it doesn't get it. I can read my test file fine through other means but somehow when I use my perl the other program complains about the data. I am testing your suggestion and doing more checking on the write now...