I create a pipe with a pipe call (logic).
When I go to write in the pipe, the process is blocked because I write
more than 1 page (4096 bytes). In my program that CANNOT happend (gets
blocked). I am sure that I am not going to write MORE than 2 pages.
How can I make pipe-write-buffer bigger? (I thought that FIONBIO was
the option in ioctl call, but I it doesnt look like that)
thanks in advance,
DTM