What does the NGX_HTTP_SUBREQUEST_WAITED argument indicate to
ngx_http_subrequest?
I am using the ngx_zip_module, and experimenting with generating a file
that is composed of hundreds of sub-requests.
I think that many of the subrequests are being executed (or at least
started) in parallel; I’d like to be able to limit or serialize the
subrequests, and ran across this flag…
Thanks,
Brian M.
On 10.12.2009, at 22:02, Brian M. [email protected] wrote:
What does the NGX_HTTP_SUBREQUEST_WAITED argument indicate to
ngx_http_subrequest?
I am using the ngx_zip_module, and experimenting with generating a
file that is composed of hundreds of sub-requests.
I think that many of the subrequests are being executed (or at
least started) in parallel; I’d like to be able to limit or
serialize the subrequests, and ran across this flag…
Hi, Brian,
There is a dedicated list for developers at
http://nginx.org/mailman/listinfo/nginx-devel
Could you please try to ask those guys?
All the best,
Peter.
On Thu, Dec 10, 2009 at 11:02:29AM -0800, Brian M. wrote:
What does the NGX_HTTP_SUBREQUEST_WAITED argument indicate to
ngx_http_subrequest?
I am using the ngx_zip_module, and experimenting with generating a file
that is composed of hundreds of sub-requests.
I think that many of the subrequests are being executed (or at least
started) in parallel; I’d like to be able to limit or serialize the
subrequests, and ran across this flag…
Yes, the subrequests are started in parallel. This flag serializes them.
–
Igor S.
http://sysoev.ru/en/