Hello!
On Mon, Aug 6, 2012 at 1:15 AM, Veniamin Gvozdikov
<g.ve...@googlemail.com> wrote:
> I have question about the nginx and lua. How can I'll monitoring the
> times of work lua pool?
I don't quite follow you here. Do you mean monitoring the cosocket
connection pool in ngx_lua? If yes, then I'd rather add some dtrace
user-level static probes to that part of ngx_lua so that you can
monitor its in various ways via dtrace or systemtap.
> And reload lua scripts without reload nginx
> for example(nginx -s reloadlua)?
>
No, it's not possible. You have to reload nginx for this. Or you can
disable the Lua code cache and use external .lua files consistently.
Best regards,
-agentzh
P.S. I'm cc'ing the openresty-en mailing list:
http://groups.google.com/group/openresty-en You're welcome to join us
there :)