Re: Throughput with Loadbalancer

2015-09-29 Thread Lucas Rolff
You'll decrease your capacity to 1 gigabit, because you'll send it out via the load balancer again. Else you need to look for "DSR" (Direct Server Return), I'm not completely sure if nginx actually supports this. wolfgangpue 29 Sep 2015 08:21 Hi, I am not sure

Throughput with Loadbalancer

2015-09-29 Thread wolfgangpue
Hi, I am not sure how the load balancer affect the data throughput. For example: I have two nginx server with 1 Gps network connection. When I configure the first server as nginx load balancer and as upstream server and the second server only as upstream server. Is the second upstream server

Re: Throughput with Loadbalancer

2015-09-29 Thread wolfgangpue
Lucas Rolff Wrote: --- > Else you need to look for "DSR" (Direct Server Return), I'm not > completely sure if nginx actually supports this. Ok, thank you. I think DSR is on a lower level and nginx has no influence on it. I will try another

Re: Throughput with Loadbalancer

2015-09-29 Thread Lucas Rolff
You could also use multiple A records on a DNS level, and let DNS balance the traffic between the two machines. wolfgangpue 29 Sep 2015 14:19 Lucas Rolff Wrote: --- Ok, thank you. I think DSR is on a lower