[ANN] An Example for a custom module integrating java by nginx-clojure module

2015-11-06 Thread xfeep
An Example for a custom module integrating java by nginx-clojure module. This simple example shows how a nginx C module integrates existing Java libraries by using nginx-clojure. Example Link: https://github.com/nginx-clojure/nginx-clojure/tree/master/example-projects/c-module-integration-exa

RE: Problem with http2 huge load average

2015-11-06 Thread Lukas Tribus
> Yes I know, > but it's very strange situation that can't understand. Code is the same, > nothing is changed. Only nginx version and http2 support on host. nginx 1.9.5 has a bug (#800): $server_protocol is empty on HTTP2. This is fixed in nginx 1.9.6, so with 1.9.6 PHP/FCGI for the first time see