lua-users home
lua-l archive

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


Hi,

so would select() handle this case if my dirty() call
signals the write object rather than the read object?

You mean the opposite of dirty? I.e., even though the socket
returns as writable from select, avoid returning it to the
user as writable?

Regards,
Diego