sacon Wrote:
-------------------------------------------------------
> Do I need to set some kind of max connections for each host:port (to
> 1?) or will Nginx just figure this out and queue requests for that
> host:port?
Not directly, see
http://forum.nginx.org/read.php?29,252517,252522
https://groups.google.com/forum/#!topic/openresty-en/NS2dWt-xHsY
For now I'd say you need to do this with Lua or write a maxconn module.
-------------------------------------------------------
> Do I need to set some kind of max connections for each host:port (to
> 1?) or will Nginx just figure this out and queue requests for that
> host:port?
Not directly, see
http://forum.nginx.org/read.php?29,252517,252522
https://groups.google.com/forum/#!topic/openresty-en/NS2dWt-xHsY
For now I'd say you need to do this with Lua or write a maxconn module.