Changes for version 0.06 - 2011-03-13

  • added pure-perl fallback;
  • added ngxe_buf(), ngxe_buffree();
  • tested in production for a few weeks; Internals:
  • ngxe_client was calling internal write handler [itself] if there was no writer;
  • added ngxe_debug.h and initial debugging support: perl Makefile.PL DEFINE="-DNGXE_DEBUG"
  • limiting reader's buffer size, limit can be set as a 3rd argument of ngxe_init();
  • writer extended to support ARRAYREF of SCALARREFs (ngxe_bufs) and SCALARREF as a buffer;
  • some timeout fixes;
  • SAVETMPS/FREETMPS removed from the ngxe_loop, was causing really weird problems;

Modules

Asynchronous framework based on nginx
Pure-perl implementation of the Nginx::Engine

Provides

in lib/Nginx/Engine/Bufs.pm
in lib/Nginx/Engine/Const.pm