What is the Lua equivalent of Twisted Python, Eventmachine for Ruby, NIO for Java, etc.?
Posted
by z8000
on Stack Overflow
See other posts from Stack Overflow
or by z8000
Published on 2010-03-15T20:32:12Z
Indexed on
2010/03/15
20:49 UTC
Read the original article
Hit count: 300
What is the Lua equivalent of Twisted Python, Eventmachine for Ruby, NIO for Java, etc.?
If there is none, how does one do non-blocking event-based network I/O?
In general, how does one solve the C10K problem in Lua?
Thanks!
© Stack Overflow or respective owner