GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FCGI::Engine::ProcManager::Constrained(3) User Contributed Perl Documentation FCGI::Engine::ProcManager::Constrained(3)

FCGI::Engine::ProcManager::Constrained - FastCGI applications with memory and number of request limits.

A constrained process manager that restarts child workers after a number of requests or if they use too much memory.

Most of the memory usage code is stolen from Apache2::SizeLimit.

The number of requests a child process can handle before being terminated.

0 (the default) means let child processes do an infinite number of requests

The number of requests between a check on the process size taking place.

0 (the default) means never attempt to check the process size.

The maximum size of the process (both shared and unshared memory) in KB.

0 (the default) means unlimited.

The maximum amount of memory in KB this process can have that isn't Copy-On-Write shared with other processes.

0 (the default) means unlimited.

The minimum amount of memory in KB this process can have Copy-On-Write from it's parent process before it is terminate.

I will fill this in more eventually, but for now if you really wanna know, read the source.

FCGI::Engine::ProcManager
Apache2::SizeLimit.

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

Tomas Doran <bobtfish@bobtfish.net>

Code sections copied from Apache2::SizeLimit are Copyright their respective authors.

Copyright 2007-2010 by Infinity Interactive, Inc.

<http://www.iinteractive.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2014-08-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.