lua-users home
lua-l archive

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


On Thu, Jul 21, 2011 at 03:18, Josh Simmons <[email protected]> wrote:
> On Thu, Jul 21, 2011 at 9:15 AM, Alexander Gladysh <[email protected]> wrote:
>> 2011/7/21 Ignacio Burgueño <[email protected]>:
>>> Shameless plug...
>>> LuaNode ?
>>> https://github.com/ignacio/LuaNode

>> Can you please give me a little hint on how to actually do long polling with it?

> Tir supports long polling as default, there's no magic required.

The actual question (for Tir, LuaNode, WSAPI or whatever framework):

How to block a client "request handler" until we receive an event for
that client (and until connection is broken) without blocking all
other clients (and without busy loop etc.)?

Alexander.