NGINX module reporting 0 time to access.log
Valentin V. Bartenev
vbart at nginx.com
Tue Dec 2 13:14:39 UTC 2014
On Monday 01 December 2014 22:09:14 chase.holland wrote:
> Hey all,
>
> We've written a module to connect NGINX / OpenResty with ZMQ endpoints
> (https://github.com/neloe/ngx_zmq), but all requests through the module
> report a 0.000 time back to access.log, making it impossible to determine
> which of our subsystems is the problem area in terms of latency. Is there a
> flag or callback somewhere that needs to be implemented in order to report
> this time properly?
[..]
The whole code is one big problem. It just blocks a worker process on network
IO and endless loops. You should never write code this way in nginx.
wbr, Valentin V. Bartenev
More information about the nginx
mailing list