Re: Patch with some small memory usage fixes

2014-05-14 Thread Willy Tarreau
Hi Dirkjan, On Wed, May 14, 2014 at 03:08:23PM +0200, Dirkjan Bussink wrote: > > On 02 May 2014, at 11:37, Willy Tarreau wrote: > > > That said, one of your fix introduces a bug here : > > > > diff --git a/src/haproxy.c b/src/haproxy.c > > index ed2ff21..c1ec783 100644 > > --- a/src/haproxy.c

Re: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-14 Thread Willy Tarreau
Hi John, On Thu, May 15, 2014 at 07:41:25AM +0200, John-Paul Bader wrote: > Hey, > > > good news! HA-Proxy version 1.5-dev25-a339395 2014/05/10 is running > since yesterday morning with a 1/4 of our traffic and without coredumps, > infinite loops or other problems. We have nbproc and kqueue en

Re: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-14 Thread John-Paul Bader
Hey, good news! HA-Proxy version 1.5-dev25-a339395 2014/05/10 is running since yesterday morning with a 1/4 of our traffic and without coredumps, infinite loops or other problems. We have nbproc and kqueue enabled and everything seems to behave fine. In peak times we had 11000 sockets open

[ haproxy disconnection ]

2014-05-14 Thread Hitesh Dobariya
Please take consider my description from github and please send me lines that i have to write in haproxy for detect disconnection from back end. -- *Thanks,* Hitesh Dobariya, Artoon Solutions PVT. LTD

Business Solutions

2014-05-14 Thread Ralph Bracken
Hi, We can assist your company with marketing initiatives in 2014. We keep all opt-in emails of your target market. We do consultative selling; we focus on your ROI. We have 60Million+ B2B list with emails. This is the best time to target your clients to expand your market reach. These contacts c

Re: SSL Client Certificate Based ACL

2014-05-14 Thread SEPAROVIC, Jason (Jason)** CTR **
Can anyone tell me if this is possible? I'm starting to think that haproxy cannot support this requirement. So using variables from SSL cert in ACLs is not possible in haproxy? Thanks Jason On 11 May 2014, at 6:40 pm, "SEPAROVIC, Jason (Jason)** CTR **" mailto:jason.separo...@alcatel-lucent.com

Re: [ANNOUNCE] haproxy-1.5-dev25

2014-05-14 Thread Chris Burroughs
On 05/10/2014 09:44 AM, Willy Tarreau wrote: Now the bind-process mess is fixed so that we now support per-listener process binding using the "process" bind keyword, which ensures that we won't need to change the config format during the stable release if we want to slightly improve it. And that

Re: haproxy 1.5-dev24: 100% CPU Load or Core Dumped

2014-05-14 Thread Chris Burroughs
On 05/07/2014 12:35 PM, Vincent Bernat wrote: ❦ 7 mai 2014 11:15 +0200, Willy Tarreau : haproxy does not include DTrace probes by any chance right? :) No, and I have no idea how this works either. But if you feel like it can provide some value and be done without too much effort, feel fre

Re: Patch with some small memory usage fixes

2014-05-14 Thread Dirkjan Bussink
On 02 May 2014, at 11:37, Willy Tarreau wrote: > That said, one of your fix introduces a bug here : > > diff --git a/src/haproxy.c b/src/haproxy.c > index ed2ff21..c1ec783 100644 > --- a/src/haproxy.c > +++ b/src/haproxy.c > @@ -1607,6 +1607,7 @@ int main(int argc, char **argv) >