[Haskell-cafe] named pipe interface

Brandon Allbery allbery.b at gmail.com
Fri Jan 13 18:39:08 CET 2012


On Fri, Jan 13, 2012 at 12:25, Serge D. Mechveliani <mechvel at botik.ru>wrote:

> On Fri, Jan 13, 2012 at 04:34:37PM +0100, Chadda?? Fouch?? wrote:
> >  Now that seems interesting, but just to be clear : did you choose
> > this solution (and why won't you use the FFI instead) or is this just
> > to see how to work it out ?
>
> Because it is a direct and the simplest approach. Why does one need a
> foreign language, if all the needed functions are in the standard
> Haskell library?
>

I hope you are aware of the many "gotchas" involved with FIFOs.  There are
very good reasons why they are not widely used.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120113/8de339fe/attachment.htm>


More information about the Haskell-Cafe mailing list