Update p5-FCGI-ProcManager to 0.24.
Changes from previous: 0.24 2011-10-04 Tomas Doran <bobtfish@bobtfish.net> * Further fix to pm_wait routine to find the correct PID and remove it (fixing logical error introduced in the last release), noted by Vadim Dashkevich * Document (somewhat) FCGI::ProcManager::Constrainted 0.23 2011-09-27 Tomas Doran <bobtfish@bobtfish.net> * Fix pm_wait routine to exit without a warning * Fix pm_wait to correctly detect child processes which have died. * Fix to return SIGCHLD handler to it's default state in the pm_manage loop so that loading code which sets SIGCHLD to ignore won't interfere with normal operation. * Add repository metadata. 0.22 2011-08-04 Tomas Doran <bobtfish@bobtfish.net> * Ship a version of FCGI::ProcManager::Constrainted which actually works as advertised. 0.21 2011-08-02 Tomas Doran <bobtfish@bobtfish.net> * Ship a working dist. 0.20 2011-08-02 Gareth Kirwan <gbjk@cpan.org> * ProcManager::Constrained: Add a new FCGI::ProcManager::Constrainted subclass which will restart workers safely after a certain number of requests, or at certain memory thresholds. * ProcManager: Fix start_delay causing a permanent hang.
This commit is contained in:
parent
32eca1c43a
commit
479331c20a
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/08/14 16:05:52 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/11/25 05:54:24 hiramatsu Exp $
|
||||
|
||||
DISTNAME= FCGI-ProcManager-0.19
|
||||
DISTNAME= FCGI-ProcManager-0.24
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2009/08/19 19:11:48 sno Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/11/25 05:54:24 hiramatsu Exp $
|
||||
|
||||
SHA1 (FCGI-ProcManager-0.19.tar.gz) = 720dafcf593339bc1582fccf3ac0a391a010b4bb
|
||||
RMD160 (FCGI-ProcManager-0.19.tar.gz) = db5a2d073ab47ad516e52f36a04ad46c0e76e277
|
||||
Size (FCGI-ProcManager-0.19.tar.gz) = 18489 bytes
|
||||
SHA1 (FCGI-ProcManager-0.24.tar.gz) = 3037648fbe76ca9a58c9e6fce68a6b661b8bba93
|
||||
RMD160 (FCGI-ProcManager-0.24.tar.gz) = e6d1892ad642fb1d73aa35baf6afdd3013cbdd93
|
||||
Size (FCGI-ProcManager-0.24.tar.gz) = 21564 bytes
|
||||
|
|
Loading…
Reference in a new issue