[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: fifos / streams in lua (portable)
- From: Coda Highland <chighland@...>
- Date: Mon, 25 Jun 2012 22:35:48 -0500
On Mon, Jun 25, 2012 at 10:16 PM, <meino.cramer@gmx.de> wrote:
> Hi,
>
> is there the concept of fifos / named pipes available in lua in a
> portable / os independant way?
>
> Thank you very much in advance for any help!
> Best regards,
> mcc
Getting FIFOs/named pipes "portable" and "OS-independent" is a fool's
errand and even the best implementation I've seen (a C++
implementation in Qt) can't abstract the differences away completely.
If you don't care about Windows, there's always luaposix.
/s/ Adam