[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: help
- From: mgmsky <mgmsky@...>
- Date: Thu, 18 Mar 2010 21:45:08 +0800 (CST)
HereI have a question needed your kindly answer.
I need to explain the data packets from the customer inside LUA. it needs to convey a string
inside LUA, so i use lua_pushlstring, but people response that lua_pushlstring is in low
efficiency and advise not to use it often. So please advise me how to do it?
thank you!