Hi Maxim,
Thanks a lot for the response. I think I get it why I was having this
problem.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,292794,292799#msg-292799
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinf
Hi,
I have a static int variable in a load balancing module and initially set it
to 0. I want to update this variable when there will be any HTTP requests
with certain criteria. It gets updated but whenever the module receives a
new HTTP request ( or after receiving a few HTTP requests), that int
Hi there,
I am trying to implement a load balancing module and need to use some c++
codes in it. I tried to run a demo as follows:
I have a cpp_library.h, a cpp_library.cpp and my_load_balancer_module.c.
cpp_library.h
#ifndef C_BASE_CPP_LIBRARY_H
#define C_BASE_CPP_LIBRA
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
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