[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unix Domain Sockets in Lua
- From: Enrico Tassi <gareuselesinge@...>
- Date: Sun, 8 Nov 2009 10:09:09 +0100
On Sat, Nov 07, 2009 at 10:00:03PM +0300, Alexander Gladysh wrote:
> Hi, list!
>
> I want to use Unix Domain Sockets in my Lua code.
>
> I see that LuaSocket does not support them.
On unix luasocket can be compiled with unix sockets:
tassi@birba:~$ lua -l socket.unix -e 'print(socket.unix)'
function: 0xa4d240
Cheers
--
Enrico Tassi