[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT strange memory limit
- From: Arseny Vakhrushev <arseny.vakhrushev@...>
- Date: Thu, 11 Nov 2010 23:17:36 +0300
>> 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
>
Definitely! However, I haven't mentioned that on the option list because no extra effort needed since the system I'm developing is ready for that. The only concern I have is that, according to my tests, internal communication between LuaJIT threads within a process is slightly faster than communication between processes. Anyway, that seems far less critical than the need to control a LuaJIT state's hosting process not to exceed 1Gb of memory consumption.
- References:
- Re: LuaJIT strange memory limit, Arseny Vakhrushev
- Re: LuaJIT strange memory limit, Alexander Gladysh
- Re: LuaJIT strange memory limit, Arseny Vakhrushev
- Re: LuaJIT strange memory limit, Mike Pall
- Re: LuaJIT strange memory limit, Arseny Vakhrushev
- Re: LuaJIT strange memory limit, Mike Pall
- Re: LuaJIT strange memory limit, Arseny Vakhrushev
- Re: LuaJIT strange memory limit, Mike Pall
- Re: LuaJIT strange memory limit, Arseny Vakhrushev
- Re: LuaJIT strange memory limit, Javier Guerra Giraldez