The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Monoceros

0.11 2013-05-17T05:37:59Z

  - close timeouted sockets in preforked workers.
    avoid nginx revc failed error message

0.10 2013-05-16T05:35:01Z

  - refactoring around read-forward. Improve performance in < 10 connections.

0.09 2013-05-15T06:16:35Z

  - support HTTP/1.1

0.08 2013-05-13T16:49:17Z

  - read-forward next reqs/socket before select
  - drop max-keepalive-reqs
  - bugfix around graceful-stop   

0.07 2013-05-10T11:25:39Z

  - refactoring around accepted sockets in worker.

0.06 2013-05-10T06:03:49Z

  - bugfix. recv() incorrect fd

0.05 2013-05-10T02:28:02Z

  - pre-sysread for tcp_defer_accept sockets.
    if sysread returns EAGAIN. push a socket to connection manager process.
    relate url: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/134274
                https://forums.aws.amazon.com/thread.jspa?threadID=45564

0.04 2013-05-09T04:28:31Z

   - refactoring around timeout and disconnected sockets

0.03 2013-05-09T01:46:46Z

   - accept(2) in workers if enabled defer_accept.

0.02 2013-05-07T07:35:30Z

   - refactoring & performance tuning 

0.01 2013-04-26T05:03:45Z

    - original version