in reply to (bbfu) (in the OS) Re2: Named pipes missing connections
in thread Named pipes missing connections

Well, if your data is well structured enough, you could use some sort of delimited, either using $/ or just reading byte-by-byte and determining limits yourself. You then have to make sure that the delimiter never occurs in the data, though.

Ah, well. Se la vi.

I believe it's "C'est la vie" -- that's life. :-)

  • Comment on Re: (bbfu) (in the OS) Re2: Named pipes missing connections