Re: Adding Serial Number to POST Requests

2014-07-18 Thread Baptiste
On Fri, Jul 18, 2014 at 9:52 AM, Baptiste wrote: > On Fri, Jul 18, 2014 at 9:12 AM, Neil - HAProxy List > wrote: >> Hi >> >> Using peers should prevent the reset when restarting? >> >> Neil >> > > With Willy's solution, yes, it should do the job. > > Baptiste Oups, no It shouldn't. Willy's u

Re: Adding Serial Number to POST Requests

2014-07-18 Thread Baptiste
On Fri, Jul 18, 2014 at 9:12 AM, Neil - HAProxy List wrote: > Hi > > Using peers should prevent the reset when restarting? > > Neil > With Willy's solution, yes, it should do the job. Baptiste

Re: Adding Serial Number to POST Requests

2014-07-18 Thread Neil - HAProxy List
Hi Using peers should prevent the reset when restarting? Neil On 16 Jul 2014 21:47, "Baptiste" wrote: > On Wed, Jul 16, 2014 at 7:04 PM, Jonathan Matthews > wrote: > > On 16 Jul 2014 16:56, "Zuoning Yin" wrote: > >> > >> We later also got the help from Willy. He provided us a configuration >

Re: Adding Serial Number to POST Requests

2014-07-16 Thread Baptiste
On Wed, Jul 16, 2014 at 7:04 PM, Jonathan Matthews wrote: > On 16 Jul 2014 16:56, "Zuoning Yin" wrote: >> >> We later also got the help from Willy. He provided us a configuration >> which solved our problem. To benefit other people, I just posted it here. > > I had meant to chime in on this thr

Re: Adding Serial Number to POST Requests

2014-07-16 Thread Jonathan Matthews
On 16 Jul 2014 16:56, "Zuoning Yin" wrote: > > We later also got the help from Willy. He provided us a configuration which solved our problem. To benefit other people, I just posted it here. I had meant to chime in on this thread earlier. What happens when your HAProxy layer loses state - be i

Re: Adding Serial Number to POST Requests

2014-07-16 Thread Zuoning Yin
We later also got the help from Willy. He provided us a configuration which solved our problem. To benefit other people, I just posted it here. Willy's response ### > I > actually asked this question in gmane and Baptiste also suggested that we > could do this in h

Re: Adding Serial Number to POST Requests

2014-07-10 Thread Zuoning Yin
Hi Baptiste, Thanks so much for the reply. It is good to know stick table can help with my case. I had tried some further googling, but can't find a similar example that I can follow. Sorry, I am still new to HAProxy. It will be highly appreciated if you could provide some sample config s

Re: Adding Serial Number to POST Requests

2014-07-10 Thread Baptiste
On Thu, Jul 10, 2014 at 11:27 PM, Zuoning Yin wrote: > Hi All, > We recently used haproxy as the load balancer in our system and > it really worked great. However, we still need one extra feature here. > For every POST request, we want to be able to append an id (or > serial number) to it.

Adding Serial Number to POST Requests

2014-07-10 Thread Zuoning Yin
Hi All, We recently used haproxy as the load balancer in our system and it really worked great. However, we still need one extra feature here. For every POST request, we want to be able to append an id (or serial number) to it. Essentially, we are trying to serializing the POST requests.