great! have fun with ngx_lua~<br clear="all">--<div><div>blog: <a href="http://chenxiaoyu.org" target="_blank">http://chenxiaoyu.org</a><br></div></div><br>
<br><br><div class="gmail_quote">2012/1/11 agentzh <span dir="ltr"><<a href="mailto:agentzh@gmail.com">agentzh@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, folks!<br>
<br>
After four months' active development of our contributors, I'm happy<br>
to announce the v0.4.0 release of our ngx_lua module. You can get the<br>
release tarball from the download page:<br>
<br>
   <a href="https://github.com/chaoslawful/lua-nginx-module/tags" target="_blank">https://github.com/chaoslawful/lua-nginx-module/tags</a><br>
<br>
There's many many new features and bug fixes that you can find out in<br>
the following complete change log for this release (it is just too<br>
long to put here :P):<br>
<br>
   <a href="http://wiki.nginx.org/HttpLuaModule#v0.4.0" target="_blank">http://wiki.nginx.org/HttpLuaModule#v0.4.0</a><br>
<br>
Special thanks go to all of our contributors and users!<br>
<br>
This module embeds the Lua 5.1 interpreter or LuaJIT 2.0 into the<br>
nginx core and integrates the powerful Lua threads (aka Lua<br>
coroutines) into the nginx event model by means of nginx subrequests.<br>
<br>
Unlike Apache's mod_lua and Lighttpd's mod_magnet, Lua code written<br>
atop this module can be 100% non-blocking on network traffic as long<br>
as you use the ngx.location.capture or ngx.location.capture_multi<br>
interfaces to let the Nginx core do all your requests to mysql,<br>
postgresql, memcached, redis, upstream http web services, and etc etc<br>
etc.<br>
<br>
This module is also included and enabled by default in our<br>
ngx_openresty bundle: <a href="http://openresty.org/" target="_blank">http://openresty.org/</a><br>
<br>
You can find the complete documentation for this module on the<br>
following wiki page:<br>
<br>
   <a href="http://wiki.nginx.org/HttpLuaModule" target="_blank">http://wiki.nginx.org/HttpLuaModule</a><br>
<br>
And you always get the latest source code from the git repository here:<br>
<br>
   <a href="https://github.com/chaoslawful/lua-nginx-module" target="_blank">https://github.com/chaoslawful/lua-nginx-module</a><br>
<br>
Have fun!<br>
-agentzh<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>