[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unix Domain Sockets in Lua
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 9 Nov 2009 18:21:54 +0300
>> I want to use Unix Domain Sockets in my Lua code.
>> I see that LuaSocket does not support them.
> It does but 'unofficially', just edit the Makefile to enable 'unix' and
> build :)
> I am using this extensively without problem, although it appears select()
> does not work.
Cool, thanks.
Since that's LuaSocket, I'd prefer it to be installed from LuaRocks.
Is there an option to enable this feature (or a separate package perhaps)?
Alexander.