1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Catalyst plugin to force the application to restart server processes

when they reach a configurable memory threshold. Memory checks are
performed every 'N' requests. This is intended as a band-aid to
deal with problems like memory leaks; it's here to buy you time to
find and solve the underlying issues.

WWW:	http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/
This commit is contained in:
Martin Wilke 2008-11-23 16:36:08 +00:00
parent 3767886f08
commit a068f983e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223284
5 changed files with 45 additions and 0 deletions

View File

@ -711,6 +711,7 @@
SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd
SUBDIR += p5-Catalyst-Plugin-Authorization-ACL
SUBDIR += p5-Catalyst-Plugin-Authorization-Roles
SUBDIR += p5-Catalyst-Plugin-AutoRestart
SUBDIR += p5-Catalyst-Plugin-C3
SUBDIR += p5-Catalyst-Plugin-Cache
SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-Catalyst-Plugin-AutoRestart
# Date created: 2008-11-23
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-AutoRestart
PORTVERSION= 0.92
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Restart Catalyst when specified memory threshold reached
RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Class-C3>=0:${PORTSDIR}/devel/p5-Class-C3 \
p5-Class-Data-Accessor>=0:${PORTSDIR}/devel/p5-Class-Data-Accessor \
p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable \
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::AutoRestart.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Catalyst-Plugin-AutoRestart-0.92.tar.gz) = 5ddcc6e8896f8039c97c2e35c372ffdd
SHA256 (Catalyst-Plugin-AutoRestart-0.92.tar.gz) = 7d657319e5f44c018877412c976383c273dbacbc2174d4d3d5095c6a9258e573
SIZE (Catalyst-Plugin-AutoRestart-0.92.tar.gz) = 20266

View File

@ -0,0 +1,7 @@
Catalyst plugin to force the application to restart server processes
when they reach a configurable memory threshold. Memory checks are
performed every 'N' requests. This is intended as a band-aid to
deal with problems like memory leaks; it's here to buy you time to
find and solve the underlying issues.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Catalyst/Plugin/AutoRestart.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/AutoRestart/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/AutoRestart
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin