[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua's GC (Was: Comparison of numbers of 3rd party libraries
- From: 云风 Cloud Wu <cloudwu@...>
- Date: Mon, 18 May 2015 15:37:44 +0800
2015-05-17 1:44 GMT+08:00 zejian ju <juzejian@gmail.com>:
> Thank you for your response. I'm afraid I can't provide the example either.
> The current GC works well in out client application( on PC and mobile phone,
> where the bottleneck is graphics engine, not lua vm), but sometimes it seems
> not
> as effective in our server side programs. The code base is big and private
> to my company, and the GC problem usually occurs when the load is heavy....
I think the better way is use multiple lua states in server side
rather than use one large lua state.
--
http://blog.codingnow.com