Re: Problems about Hot Configuration of Haproxy

2015-01-21 Thread Vincent Bernat
❦ 22 janvier 2015 11:47 +0800, hu.zhang hu.zh...@dev.bessystem.com : Thank you for your quick reply. I did a test in this way. I found the maximum connection time into 3S. Our client is particularly concerned about the http response time. Do you have another way to add/remove the servers?

Re: Problems about Hot Configuration of Haproxy

2015-01-21 Thread hu.zhang
...@gmail.com] 发送时间: 2015年1月20日 15:27 收件人: hu.zhang 抄送: haproxy@formilux.org; w...@1wt.eu 主题: Re: Problems about Hot Configuration of Haproxy Please see http://www.mail-archive.com/haproxy@formilux.org/msg06885.html The summary being iptables -I INPUT -p tcp --dport $PORT --syn -j DROP sleep 1

Problems about Hot Configuration of Haproxy

2015-01-19 Thread hu.zhang
Hi,Willy: I am a beginner of Haproxy. Recently I get a problem that hot configuration of haproxy still lead to failed request. I have read the answer from http://stackoverflow.com/questions/21595534/hot-reconfiguration-of-haproxy-s till-lead-to-failed-request-any-suggestions. But the

Re: Problems about Hot Configuration of Haproxy

2015-01-19 Thread Vivek Malik
Please see http://www.mail-archive.com/haproxy@formilux.org/msg06885.html The summary being iptables -I INPUT -p tcp --dport $PORT --syn -j DROP sleep 1 service haproxy restart iptables -D INPUT -p tcp --dport $PORT --syn -j DROP Regards, Vivek On Tue, Jan 20, 2015 at 1:11 AM, hu.zhang