lua-users home
lua-l archive

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


Hi,

> My usage will be listening for sockets, but I do not want that busy loop
> eating all my CPU cycles.

I don't think it will. But you should run some tests. Worst case, you
can run select with a timeout different from 0...

[]s,
Diego.