<font color="#333399"><font>Hi,<br><br>Troll: Will the next version be numbered 1.1.11.1.1 ?<br><br>:oP</font></font><br clear="all"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font><br>


<br><br><div class="gmail_quote">On Thu, Dec 22, 2011 at 14:33, Alexandr Gomoliako <span dir="ltr"><<a href="mailto:zzz@zzz.org.ua">zzz@zzz.org.ua</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello, everyone.<br>
<br>
I'm happy to announce the first release of nginx-perl,<br>
version <a href="http://1.1.11.1" target="_blank">1.1.11.1</a>:<br>
<br>
    <a href="http://zzzcpan.github.com/nginx-perl/" target="_blank">http://zzzcpan.github.com/nginx-perl/</a><br>
<br>
Nginx-perl provides asynchronous functions for original<br>
embedded perl to resolve domain names, connect to external<br>
hosts, exchange data and most importantly respond to HTTP<br>
clients. Code sample can be found on the web page above.<br>
<br>
Features<br>
   - full official nginx perl API<br>
   - asynchronous connections (ngx_connector, ngx_reader, ngx_writer)<br>
   - timer (ngx_timer)<br>
   - SSL (ngx_ssl_handshaker)<br>
   - resolver (ngx_resolver)<br>
   - access handlers (perl_access)<br>
   - app handlers (perl_app)<br>
   - configuration level eval (perl_eval)<br>
   - init_worker, exit_worker handlers (perl_init_worker, perl_exit_worker)<br>
   - logging functions (ngx_log_*)<br>
   - client connection takeover for websockets, etc.<br>
<br>
In many ways it is an actual asynchronous framework.<br>
<br>
You can install it from sources manually with your favorite<br>
nginx addons:<br>
<br>
    % perl Makefile.PL --with-http_ssl_module<br>
    % make<br>
    % make test<br>
    % make install<br>
      # or to try without installation<br>
    % ./objs/nginx-perl -p eg/helloworld<br>
<br>
Or from CPAN:<br>
<br>
    % cpan Nginx::Perl<br>
<br>
Documentation is far from perfect, but should be enough for<br>
people already familiar with embedded perl.<br>
<br>
If you have a question, add an issue on github.<br>
<br>
Github:<br>
    <a href="https://github.com/zzzcpan/nginx-perl" target="_blank">https://github.com/zzzcpan/nginx-perl</a><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>