Hi there
Need some guidance.
- I have a server listening on a port with a number of pre-defined sessions/connections.
- HAProxy to open up number of persistent TCP connections with the server.
- Client uses short lived TCP connections with HAProxy (open → write/read → close)
- HAProxy uses an established connection to the server from the pool
How do I do this with HAProxy?
Thanks, Puneet