This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mkfifo -where is it ?



You are right but in my case (Windows NT 4.0) there is no problems with
named pipes so
implement it in cygwin seems to be easy matter isn't it ?

Jacek
Robert Collins wrote:
> 
> Cygwin does not currently support fifo's. As you may know a fifo is
> essentially a named pipe, and Win9x doesn't support named pipes. I have
> an alpha implementation of fifos in my working directory, that
> implements the pipe using shared memory and should work on win95, but
> it's got a little problem with fork() at the moment. Until I get that
> tracked down, or someone else implements fifo's Cygwin really does not
> support mkfifo. If you are interested in implementing fifos an
> alternative route and potentially better route would be to implement
> fifos using paired anonymous pipes.
> 
> Rob
> 
> > -----Original Message-----
> > From: Jacek Trzcinski [mailto:jacek@certum.pl]
> > Sent: Friday, April 20, 2001 3:53 PM
> > To: cygwin@cygwin.com
> > Subject: mkfifo -where is it ?
> >
> >
> > Hi !
> > Recently I decided to build xwpe packet taken from Red Hat
> > Power Tools.
> > Everything seems to work... but without debuging. To build
> > packet I had
> > to comment
> > few lines in one module which calls "mkfifo" function. Utilizing xwpe
> > without debuging is
> > without sense. As I inspected there are calls to "mkfifo" in different
> > files of cygwin
> > distribution but this function seems to be absent in any
> > dll's or other
> > library of cygwin. There is only mkfifo.exe in /usr/bin.
> > Does cygwin really not support mkfifo ?
> >
> > Jacek
> >
> > --
> > Want to unsubscribe from this list?
> > Check out: http://cygwin.com/ml/#unsubscribe-simple
> >
> >

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]