↧
如何写nginx module
对于一些访问量特别大,业务逻辑也相对简单的Web调用来说,通过一个nginx module来实现是一种比较好的优化方法。实现一个nginx module实际上比较简单。 1. nginx 配置添加 ./configure --add-module=/path/to/module1/source 2. 添加 /path/to/module1/source/config 文件,内容...
View ArticleC, Erlang, Java and Go Web Server performance test
I had tested a hello world web server in C, Erlang, Java and the Go programming language. * C, use the well-known high performance web server nginx, with a hello world nginx module * Erlang/OTP * Java,...
View Article