[ANNOUNCE] nginx-perl 1.1.11.1

B.R. reallfqq-nginx at yahoo.fr
Thu Dec 22 21:48:58 UTC 2011


Hi,

Troll: Will the next version be numbered 1.1.11.1.1 ?

:oP
---
*B. R.*


On Thu, Dec 22, 2011 at 14:33, Alexandr Gomoliako <zzz at zzz.org.ua> wrote:

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


More information about the nginx mailing list