Hi
I use HAproxy to loadblance my backend servers.
But I have problem when I using cookie.
When a cookie is present, the same backend server is used until it dies. So it make overload on this server while other servers free.
If not using cookie, Each client need pass authentication to request data from backend servers. It work ok but take long time to finish many requests from client.
So any solution for my case, I want use Haproxy to load balance session with client and backend server. When client send request, it will forward balance to backend servers( not only one server when use cookie). And client do not need re-authentication when send subsequent request
Thanks!
Best Regards,
------------------------
________________________________
This e-mail may contain confidential or privileged information. If you received this e-mail by mistake, please don't forward it to anyone else, please erase it from your device and let me know so I don't do it again.
I use HAproxy to loadblance my backend servers.
But I have problem when I using cookie.
When a cookie is present, the same backend server is used until it dies. So it make overload on this server while other servers free.
If not using cookie, Each client need pass authentication to request data from backend servers. It work ok but take long time to finish many requests from client.
So any solution for my case, I want use Haproxy to load balance session with client and backend server. When client send request, it will forward balance to backend servers( not only one server when use cookie). And client do not need re-authentication when send subsequent request
Thanks!
Best Regards,
------------------------
________________________________
This e-mail may contain confidential or privileged information. If you received this e-mail by mistake, please don't forward it to anyone else, please erase it from your device and let me know so I don't do it again.