lua-users home
lua-l archive

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


On Thu, Nov 11, 2010 at 3:09 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> On Thu, Nov 11, 2010 at 12:05 PM, Arseny Vakhrushev
> <arseny.vakhrushev@gmail.com> wrote:
>> I refuse to think that LuaJIT is not suitable for server-side applications! :-) It is not Mike Pall telling me that!
>>
>> Seriously, it seems I have three options:
>
> #4: split LuaJIT tasks to separate processes

What about the suggestion to move some data to lightuserdata? Wouldn't
that improve memory allocation on LuaJIT side?


--rb