Hi! I'm using HaProxy as a reverse proxy to my applications running on Marathon.
The Marathon-lb(https://github.com/mesosphere/marathon-lb) is the responsabel to create the configuration file and reload the HaProxy. But there are a lot of thrift and another tcp services and because of that the backend is configured as layer 4. All clients of these services are using persistent connection and because of that we have a lot of process waiting for all connections close to finish the process after a reload. But sometimes it take days or weeks to hapen a new deploy of the software and release the connection. I'd like to know if is possible to force the connection close if the process if waiting the connection to die. Thanks! -- Robson Roberto Souza Peixoto Robinho Master in Computer Science, University of Campinas IRC: robsonpeixoto Twitter: http://twitter.com/robinhopeixoto github: https://github.com/robsonpeixoto

