[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutines and yield / preempting in linehook
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 25 Dec 2002 19:15:48 -0200 (EDT)
>In case anyone cares, my goal here is a little server framework where
>each connected client can be handled by a separate lua thread.
If you use independent Lua states for each connection, you can use Lua off
the self; you don't need to compile the core to use locking, unless you want
client connections to communicate with each other.
--lhf