HAProxy create custom routing logic
- by kumar
Is it possible to write a custom routing logic for HAProxy. I need it in such a way that each application server is allocated a max on 1000 TCP connections then only should the loadbalancer try to route next TCP request to next application server.
if not with HAProxy if there any other Load balancer that can do it please let me know.
Can persistence be applied to TCP connections. There will no HTTP request.
thanks