lua-users home
lua-l archive

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


I'd like to take a bit of time and see how luaproc (preemptive concurrency, separate memory) and luasched (collaborative multithreading, shared memory) can be combined together. I mean, integrating them together seems almost trivial, but I wonder what kind of new programming patterns could emerge from that combination. But I don't have enough time either, although I guess more than you do.

On Wed, Mar 7, 2012 at 7:58 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
FWIW I would be interested to see results of further exploration of
concurrent programming with Lua.