lua-users home
lua-l archive

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


Hi !

I am using luasocket - 2.0.2.
Currently I am using the select functionality with a tcp inet socket.
I need to migrate this to unix domain socket. From what I can see Unix domain sockets don't support select. Am I right ?
If not, is there an example code anywhere I can refer to? ( I have Unix domain sockets compiled in and basic send/receive working)

Thanks,
Rachana