Re: How to implement a new load-balancing algorithm in Nginx

2021-06-25 Thread malzad
Hi Maxim, Thanks a lot for the help. I will start to look into it. Best, Washik Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291913,291916#msg-291916 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to implement a new load-balancing algorithm in Nginx

2021-06-25 Thread Maxim Dounin
Hello! On Thu, Jun 24, 2021 at 02:59:33PM -0400, malzad wrote: > is it possible to implement a new load-balancing algorithm in Nginx just > like “least_conn”, “ip_hash”? The algorithm will hash (not similar to > generic hash provided by Nginx) some part of the URL and do some other > calculations

How to implement a new load-balancing algorithm in Nginx

2021-06-24 Thread malzad
Hello, is it possible to implement a new load-balancing algorithm in Nginx just like “least_conn”, “ip_hash”? The algorithm will hash (not similar to generic hash provided by Nginx) some part of the URL and do some other calculations, and based on the calculation, the request will be passed to the