lua-users home
lua-l archive

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


I'm really impressed by the depth of the answers and references on
coroutines/blocking/performance, it took some time just to grasp them.
Thanks a lot everyone, specially Mike and Skaller.

Xavante has just been refactored to isolate blocking calls and
request/response contexts. This should make things easier for the incoming
coroutine wrappers.

Now is time to gather some reading material and do my homework on the
dispatcher, I'm afraid my next posting on the subject could take a while...
:o)

Thanks again!

Andre Carregal