Re: Gracefull shutdown

2015-04-05 Thread Vincent Bernat
 ❦  5 avril 2015 09:33 GMT, Cohen Galit galit.co...@comverse.com :

 Hello HAProxy team,

 How can I perform a graceful shutdown to HAProxy?

 I mean, not by killing process with pid.

You can send the USR1 signal. HAProxy will stop once all connections
have been closed.
-- 
The devil can cite Scripture for his purpose.
-- William Shakespeare, The Merchant of Venice



Gracefull shutdown

2015-04-05 Thread Cohen Galit
Hello HAProxy team,

How can I perform a graceful shutdown to HAProxy?
I mean, not by killing process with pid.

Thanks,
Galit

This e-mail message may contain confidential, commercial or privileged 
information that constitutes proprietary information of Comverse Inc. or its 
subsidiaries. If you are not the intended recipient of this message, you are 
hereby notified that any review, use or distribution of this information is 
absolutely prohibited and we request that you delete all copies and contact us 
by e-mailing to: secur...@comverse.com. Thank You.


Re: Gracefull shutdown

2015-04-05 Thread Jonathan Matthews
On 5 April 2015 at 10:33, Cohen Galit galit.co...@comverse.com wrote:
 How can I perform a graceful shutdown to HAProxy?

 I mean, not by killing process with pid.

Please could you describe the behaviours you expect from a graceful
shutdown which you don't get from killing the process? I would expect
a `service haproxy stop`, which almost certainly translates to a `kill
-TERM PID`, to be about as graceful as it gets ...