lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On 8 Nov 2009, at 12:30 AM, Alexander Gladysh wrote:

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.