hi-nginx-1.5.2 发布,优化 cpp 支持,添加 groovy 支持

栏目: 软件资讯 · 发布时间: 6年前

内容简介:高性能web和application服务器hi-nginx-1.5.2正式发布。 主要更新: 更新nginx至1.5.0 优化cpp支持 升级文档 添加groovy语言支持说明 hi-nginx完全支持任意实现jsr-223规范的JVM语言。 以下是支持groovy的配置例子...

高性能web和application服务器hi-nginx-1.5.2正式发布。

主要更新:

  • 更新nginx至1.5.0

  • 优化cpp支持

  • 升级文档

  • 添加groovy语言支持说明

hi-nginx完全支持任意实现jsr-223规范的JVM语言。

以下是支持groovy的配置例子:

        hi_java_classpath "-Djava.class.path=.:/usr/local/nginx/java:/usr/local/nginx/java/hi-nginx-java.jar:/usr/local/groovy-2.5.0/lib:/usr/local/groovy-2.5.0/lib/groovy-2.5.0.jar:/usr/local/groovy-2.5.0/lib/groovy-jsr223-2.5.0.jar";

        location / {
                hi_need_cache off;
                hi_cache_expires 5m;
                hi_need_kvdb on;
                hi_kvdb_size 10;
                hi_kvdb_expires 5m;
                hi_need_cookies on;
                hi_need_headers on;
                hi_need_session on;
                hi_session_expires 300s;
                hi_javascript_lang groovy;
                hi_javascript_extension groovy;
                hi_javascript_script groovy/index.groovy;
                #hi_javascript_content "hi_res.content='hello,world.';hi_res.status=200";
        }

hi-nginx 既是 web 服务器,也是 application 服务器。

它是 NGINX 的超集。

它性能强劲,易于开发,部署方便。

它支持多种语言混合开发 web 应用:

  • C++

  • Python

  • Lua

  • Java

  • PHP

  • Javascript

  • jsr-223 jvm language

官网:https://www.hi-nginx.com/  
文档:https://doc.hi-nginx.com/  
仓库:https://github.com/webcpp/hi-nginx


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Art of Computer Programming, Volume 4,  Fascicle 3

The Art of Computer Programming, Volume 4, Fascicle 3

Donald E. Knuth / Addison-Wesley Professional / 2005-08-05 / USD 19.99

Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and ......一起来看看 《The Art of Computer Programming, Volume 4, Fascicle 3》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

SHA 加密
SHA 加密

SHA 加密工具