Re: Adding Serial Number to POST Requests

2014-07-18 Thread Baptiste
On Fri, Jul 18, 2014 at 9:12 AM, Neil - HAProxy List maillist-hapr...@iamafreeman.com 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-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

Re: Adding Serial Number to POST Requests

2014-07-16 Thread Jonathan Matthews
On 16 Jul 2014 16:56, Zuoning Yin zuon...@graphsql.com 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

Re: Adding Serial Number to POST Requests

2014-07-16 Thread Baptiste
On Wed, Jul 16, 2014 at 7:04 PM, Jonathan Matthews cont...@jpluscplusm.com wrote: On 16 Jul 2014 16:56, Zuoning Yin zuon...@graphsql.com 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

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.

Re: Adding Serial Number to POST Requests

2014-07-10 Thread Baptiste
On Thu, Jul 10, 2014 at 11:27 PM, Zuoning Yin zuon...@graphsql.com 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

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