Re: tcp-response inspect-delay with WAIT_END

2015-02-09 Thread Chris
Baptiste writes: > Hi Chris, > > Could you let us know why exactly you need to delay responses??? > > Because here you propose a response (which doesn't work) to a problem > you're facing without explaining us the problem. > So it's hard to help. Baptiste, You say I propose a response which d

Re: tcp-response inspect-delay with WAIT_END

2015-02-06 Thread Chris
> Could you let us know why exactly you need to delay responses??? This is an API. Unfortunately, the client behavior we are looking to address here cannot be identified by client IP, ID, or anything else in the request. In fact, it cannot be identified until the server has gone through consider

Re: tcp-response inspect-delay with WAIT_END

2015-02-06 Thread Baptiste
On Thu, Feb 5, 2015 at 10:22 PM, Chris wrote: > Hello, > > We have some complex logic in our application that will at times determine > that the response to a specific query should be delayed. Currently this is > handled in the application with a short (~100ms) sleep. > > We would like to move th

tcp-response inspect-delay with WAIT_END

2015-02-05 Thread Chris
Hello, We have some complex logic in our application that will at times determine that the response to a specific query should be delayed. Currently this is handled in the application with a short (~100ms) sleep. We would like to move this delay in response to the load balancer. I have tried