Re: Using FIFO's in Cygwin.

2015-03-04 Thread Houder
>> Q: is the model of the FIFO in Cygwin different from the one used in Linux? >> Note: the question is about >> the model for FIFO's in blocking mode ... >> >> Non-blocking complicates things even more ... > > FIFOs in Cygwin are using Windows named pipes, and the implementation > was never reall

Re: Using FIFO's in Cygwin.

2015-03-04 Thread Corinna Vinschen
Hi Henri, On Mar 4 18:18, Houder wrote: > Hi Corinna, > > Just a question ... (and certainly NOT a request for a snapshot at the end of > the day). > > Or a confirmation, if you like ... > > A server-client example (using FIFO's) from LPI (Linux Programming Interface, > M. Kerrisk), chapter

Using FIFO's in Cygwin.

2015-03-04 Thread Houder
Hi Corinna, Just a question ... (and certainly NOT a request for a snapshot at the end of the day). Or a confirmation, if you like ... A server-client example (using FIFO's) from LPI (Linux Programming Interface, M. Kerrisk), chapter 44.8, fails on Cygwin. Below the example as an STC, which s