Re: Does it possible to submit duplicated request with the proxy_next_upstream on

2014-01-16 Thread Shafreeck Sea
OK. Thank you very much . I will do an experiment to find out this 2014/1/16 itpp2012 > renenglish Wrote: > --- > > Sorry I can’t get it . > > > > If host A has added the counter and failed to response, the request > > would be failed over to

Re: Does it possible to submit duplicated request with the proxy_next_upstream on

2014-01-16 Thread itpp2012
renenglish Wrote: --- > Sorry I can’t get it . > > If host A has added the counter and failed to response, the request > would be failed over to host B with successful response, so the > counter would be added twines. Wouldn’t it ? Then a condit

Re: Does it possible to submit duplicated request with the proxy_next_upstream on

2014-01-16 Thread 任勇全
Sorry I can’t get it . If host A has added the counter and failed to response, the request would be failed over to host B with successful response, so the counter would be added twines. Wouldn’t it ? 在 2014年1月14日,下午5:48,itpp2012 写道: > Unless the request is getting que'd while there is a short

Re: Does it possible to submit duplicated request with the proxy_next_upstream on

2014-01-14 Thread itpp2012
Unless the request is getting que'd while there is a short wait for host A to get online AND fail-over is also happening, its not likely to be added twice. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245979,246388#msg-246388 ___ nginx mail

Re: Does it possible to submit duplicated request with the proxy_next_upstream on

2014-01-14 Thread Shafreeck Sea
Can any one help ? 2014/1/3 任勇全 > Hi all: > I am wondering if I set: > proxy_next_upstream error timeout; > Fox example , if the requested service is a counter , I issue the request > use the interface http://example.com/incr . The request is failed on my > first host A, then it is passed t

Does it possible to submit duplicated request with the proxy_next_upstream on

2014-01-03 Thread 任勇全
Hi all: I am wondering if I set: proxy_next_upstream error timeout; Fox example , if the requested service is a counter , I issue the request use the interface http://example.com/incr . The request is failed on my first host A, then it is passed to the second host B , is the counter likely be