Re: Upstream Keepalive Questions

2014-04-09 Thread Maxim Dounin
Hello! On Tue, Apr 08, 2014 at 05:41:17PM -0400, abstein2 wrote: > Maxim, > > Thanks so much for clarifying. Just to make sure I'm understanding > correctly, if I had something like this pseudo-code > > upstream upstream1 { } > upstream upstream2 { } > upstream upstream3 { } > upstream upstream

Re: Upstream Keepalive Questions

2014-04-08 Thread abstein2
Maxim, Thanks so much for clarifying. Just to make sure I'm understanding correctly, if I had something like this pseudo-code upstream upstream1 { } upstream upstream2 { } upstream upstream3 { } upstream upstream4 { } upstream upstream5 { } server { server_name server1.com; proxy_pass http://ups

Re: Upstream Keepalive Questions

2014-04-08 Thread Maxim Dounin
Hello! On Mon, Apr 07, 2014 at 05:29:15PM -0400, abstein2 wrote: > I'm somewhat unclear about how the keepalive functionality works within the > upstream module. My nginx install currently handles several hundred domains > all of which point to different origin servers. I would imagine I can > im

Upstream Keepalive Questions

2014-04-07 Thread abstein2
I'm somewhat unclear about how the keepalive functionality works within the upstream module. My nginx install currently handles several hundred domains all of which point to different origin servers. I would imagine I can improve performance by enabling keepalive, however the documentation says "Th