Upstream performances: what if one node only ?
Nicolas Flinois
nicolas.flinois at amadeus.com
Fri Jun 27 13:53:24 UTC 2014
Hi all,
I am wondering about the possible extra-cost of using a single-node
upstream into proxy_pass compared with 'proxy_pass host' directly.
I need to automate application servers move, and find convenient to update
upstream definitions only (defined into dedicated files).
Solution1:
upstream upOne {
server somehost;
}
[..]
proxy_pass upOne;
Solution2:
proxy_pass somehost;
Is solution1 more time-consuming than solution2 at run-time ?
Many thanks for your advises !
Regards,
Nicolas FLINOIS
ALTEN Contracting Company
Amadeus, Sales & e-Commerce Platform
T: + 33 (0) 4 92 94 63 50 (Ext:6350)
nicolas.flinois at amadeus.com
www.amadeus.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140627/a675d6fc/attachment.html>
More information about the nginx
mailing list