定时器ngx.timer.at为什么用递归不用循环,递归不会爆栈吗,还是说lua没有爆栈这个概念呢
mingkwind opened this issue · 1 comments
xiaooloong commented
lua 层面只是提供调用的 api ,定时器的具体实现应该是在 c 层完成的。
默认最大定时器数量是 1ki 个:
https://github.com/openresty/lua-nginx-module#lua_max_pending_timers
mingkwind opened this issue · 1 comments
lua 层面只是提供调用的 api ,定时器的具体实现应该是在 c 层完成的。
默认最大定时器数量是 1ki 个:
https://github.com/openresty/lua-nginx-module#lua_max_pending_timers