lua-users home
lua-l archive

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


Hi,

One difficulty with Lua file library compatibility is buffered io,
e.g., file:read("*l").

This I have to implement anyways over sockets. I already do
in LuaSocket 2.0.

The question is whether file I/O on Linux/Mac OS X will work
well in conjunction with non-blocking I/O and epool/kqueue.
That I don't know.

Regards,
Diego