lua-users home
lua-l archive

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


>> 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.