lua-users home
lua-l archive

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


Phoenix Sol wrote:
>  Looking into libev integration, I found this:
> 
> """
> [Kepler-Project] libev + lua *gary ng*
> *Wed Oct 22 03:05:56 GMT+2 2008
> 
> *There is one floating around and I have also done that myself. Though my
> not so scientific test seems to suggest that the good old select() isn't
> that much worse unless we are talking about 1000+ connections and that may
> not be the target platform for lua(memory etc.)
> """
> 
> Can someone please explain this sentiment? What is he talking about? (Gary,
> are you in here?)

what i read here is that select() isn't so bad for small number of connections, but more than that needs another approach (any of the fashionable event-based APIs)

LuaSocket is based on select(), BTW.

-- 
Javier