Jinhua Tan

Results 28 comments of Jinhua Tan

@agentzh Well, I've tried to change the nginx error logging to a Lua exception. Is that right like [this](https://github.com/openresty/lua-nginx-module/pull/1009/files#diff-198bce3a7eb5e4a6fdc54aae29b46483R332)?

@agentzh Can you help me see if there are any more questions? We plan to use massively online. Thanks:)

@thibaultcha could you help me check these code, I have rebase the newest code now, thank you

@doujiang24 Finish, could you help me check again?

@thibaultcha Hello, could you help me review this pr? So thanks

@Tieske Hi, I think we have the arg `pool`, and we can set the `pool` as `[:]:` outside the lib. Could you describe a situation we need this special arg?

Hi, @Rajasekhar-topgear , you can use a zero-delay timer to raise your connection, just refer to here: https://github.com/openresty/lua-nginx-module#cosockets-not-available-everywhere

> Hi, @rainingmaster, Thanks a lot for your reply. > > ``` > OK, I understood that, "resty" utility is running under context of "init_worker_by_lua". Cosockets are currently disabled in...

@coeus-lei Hi, it seems some problem with your Nginx worker during their running, they should be core dump and exit, so you can notice that the worker id are grow...

@theyosh , Hi > I also have a init function which loads mysql databases. When I remove all the lua init functions, NGINX will start. But of course, I do...