[ANNOUNCE] HAProxy issue tracker is now open

2019-01-19 Thread Lukas Tribus
Hi, as mentioned previously on the list, Tim Düsterhus, Willy and myself have been discussing and working on the github issue tracker, setting up issue templates and labels with the purpose to fully open it for everyone. We have now reached that goal and consider the issue tracker ready for

Re: Seamless reloads: file descriptors utilization in LUA

2019-01-19 Thread Thierry Fournier
Hi, First, using: - fd for file system access - fd for tcp/udp connections throught Lua Socket are a bad ideas because these actions block HAProxy. While the fd/socket is waiting for data, HAProxy does nothing, and it not process any other connections. With other words: If you tcp

Re: HAProxy compilation issue

2019-01-19 Thread Willy Tarreau
Hi Olivier, On Fri, Jan 18, 2019 at 04:17:30PM +0100, Olivier D wrote: > > It's been a while since we've got such linking issues. Usually they come > > from libpthread or libdl, which are most always shared. Can you please > > try the attached patch ? > > > > Tested and approved :) compilation