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 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
