Hi folks, I've just kicked out OpenResty 1.9.7.1 RC2 for testing: https://openresty.org/download/ngx_openresty-1.9.7.1rc2.tar.gz Win32 binary package: https://openresty.org/download/ngx_openresty-1.9.7.1rc2-win32.zip Changes since the last (RC) release, 1.9.7.1 RC1: * upgraded the lua-resty-redis library to 0.22. * fixed Makefile to allow relative paths in "LUA_LIB_DIR" when "DESTDIR" is not specified. * optimize: moved string concatenation for the Redis request construction onto the C land. thanks Dejiang Zhu for the patch. * optimize: minor optimizations from Aapo Talvensaari. * upgraded resty-cli to 0.05. * bugfix: resty: nginx might report the error "The system cannot find the file specified" in "CreateFile()" on Windows XP. thanks cover_eye for the report. Feedback welcome! Best regards, -agentzh
Hi folks, I've just kicked out OpenResty 1.9.7.1 RC2 for testing: https://openresty.org/download/ngx_openresty-1.9.7.1rc2.tar.gz Win32 binary package: https://openresty.org/download/ngx_openresty-1.9.7.1rc2-win32.zip Changes since the last (RC) release, 1.9.7.1 RC1: * upgraded the lua-resty-redis library to 0.22. * fixed Makefile to allow relative paths in "LUA_LIB_DIR" when "DESTDIR" is not specified. * optimize: moved string concatenation for the Redis request construction onto the C land. thanks Dejiang Zhu for the patch. * optimize: minor optimizations from Aapo Talvensaari. * upgraded resty-cli to 0.05. * bugfix: resty: nginx might report the error "The system cannot find the file specified" in "CreateFile()" on Windows XP. thanks cover_eye for the report. Feedback welcome! Best regards, -agentzh --
Hello! On Wed, Dec 23, 2015 at 8:15 PM, YuanSheng Wang <yuan...@iresty.org> wrote: > 专门看了一下 Dejiang Zhu 提交的补丁,这个优化点都能发现,佩服佩服。 > 其实朱德江同学在 OpenResty Con 2015 大会上的分享里就有提到这个优化点。他当时有介绍这个点是通过基于 systemtap 的 on-CPU 火焰图工具定位的。呵呵。 Regards, -agentzh
Hello! On Wed, Dec 23, 2015 at 8:15 PM, YuanSheng Wang <yuan...@iresty.org> wrote: > 专门看了一下 Dejiang Zhu 提交的补丁,这个优化点都能发现,佩服佩服。 > 其实朱德江同学在 OpenResty Con 2015 大会上的分享里就有提到这个优化点。他当时有介绍这个点是通过基于 systemtap 的 on-CPU 火焰图工具定位的。呵呵。 Regards, -agentzh --
专门看了一下 Dejiang Zhu 提交的补丁,这个优化点都能发现,佩服佩服。On Thu, Dec 24, 2015 at 6:43 AM, Yichun Zhang (agentzh) <age...@gmail.com> wrote:Hi folks, I've just kicked out OpenResty 1.9.7.1 RC2 for testing: https://openresty.org/download/ngx_openresty-1.9.7.1rc2.tar.gz Win32 binary package: https://openresty.org/download/ngx_openresty-1.9.7.1rc2-win32.zip Changes since the last (RC) release, 1.9.7.1 RC1: * upgraded the lua-resty-redis library to 0.22. * fixed Makefile to allow relative paths in "LUA_LIB_DIR" when "DESTDIR" is not specified. * optimize: moved string concatenation for the Redis request construction onto the C land. thanks Dejiang Zhu for the patch. * optimize: minor optimizations from Aapo Talvensaari. * upgraded resty-cli to 0.05. * bugfix: resty: nginx might report the error "The system cannot find the file specified" in "CreateFile()" on Windows XP. thanks cover_eye for the report. Feedback welcome! Best regards, -agentzh -- -- MembhisMy github: https://github.com/membphisOur Book: OpenResty Best Practices --