[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT strange memory limit
- From: Javier Guerra Giraldez <javier@...>
- Date: Thu, 11 Nov 2010 14:34:16 -0500
On Thu, Nov 11, 2010 at 1:32 PM, Florian Weimer <fw@deneb.enyo.de> wrote:
> On the other hand, I guess the effort required for process separation
> is generally worth it.
the sad thing is that multiple Lua states and multithreading buy you
most of the benefits of separate processes. bigger addresspace isn't
one of them obviously.
--
Javier