Results 18 issues of Robert

When defined at config time, use the native read-write lock implementation available in Nginx to guard concurrent access to shared dictionary memory pools. Fixes #656. I hereby granted the copyright...

conflict
needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict
needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Implement a counterpart to ngx.shared.DICT.incr that decrements the numeric value at...

conflict

Corresponding with lua-nginx-module PR #943.

Call an optional user-defined function when peer_fail or peer_ok change the status of a peer object via set_peer_down_globally. This allows arbitrarily extending the response to upstream health changes.

Any plans to support additional load balancing schemes like hashing, least conn, etc? Regular old hashing wouldn't seem too hard (same with least_conn); consistent (ketama) hashing has already been done...

Any plans to support OPM packages to execute `install` commands when installed via opm? E.g. a package could execute a command to locally make some C module as part of...