Upstream module usage to process data

isolomka nginx-forum at forum.nginx.org
Wed May 31 12:22:07 UTC 2017


Thanks for the answers.

Does upstream works correctly with thread pool enabled?
I see some strange validation in ngx_http_upstream_init_request()
    if (r->aio) {
        return;
    }
that flag is set when thread pool is enabled.

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,274486,274543#msg-274543



More information about the nginx mailing list