Nginx Unit 1.5 发布了,新版本值得关注的特性是引入了对 Node.js 的初步支持。
目前存在的问题是缺少 WebSockets,但开发团队承诺会解决此问题,并在未来的版本中继续改进对 Node.js 的支持。 更新内容 Change: the "type" of application object for Go was changed to"external". Feature: initial version of Node.js package with basic HTTP request-response support. Feature: compatibility with LibreSSL. Feature: --libdir and --incdir ./configure options to install libunit headers and static library. Bugfix: connection might be closed prematurely while sending response; the bug had appeared in 1.3. Bugfix:
application processes might have stopped handling requests, producing
"last message send failed: Resource temporarily unavailable" alerts in
log; the bug had appeared in 1.4. Bugfix: Go applications didn't work when Unit was built with musl C library.
其他变更内容请查看发布主页,下载地址。 NGINX Unit 是一个动态的网络应用服务器,它的设计初衷就是可运行多种编程语言的。通过 API 可以轻巧、多面化地动态配置 Unit。当工程师或操作者有需要时,可以轻松重构服务器已适配特殊的应用参数。 |