Welcome! Log In Create A New Profile

Advanced

is that possible to queue request one by one

Jossan Davis
October 25, 2012 02:54PM
Hi

nginx module limit_req only can limit request frequency by url param key.
it delay a request by "ngx_add_timer(r->connection->write, delay)".

my requirement is a little bit different. i need the next request be
process immediately after the prev one have done.
i have tried to use "ngx_http_cleanup_add". but it seem that the
ngx_http_request_t is not in shared mem, i can't use
"ngx_add_timer(r->connection->write, 0)" to notify the next request.

thx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

is that possible to queue request one by one

Jossan Davis October 25, 2012 02:54PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 304
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready