-
-
22 Jun 2003 18:10:34 UTC
- Distribution: Schedule-Cron-Nofork
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (2 / 211 / 0)
- Kwalitee
Bus factor: 1- 51.28% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (3.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Schedule::Cron::Nofork - Nonforking cron module
SYNOPSIS
DESCRIPTION
Schedule::Cron::Nofork
is a nonforking version ofSchedule::Cron
, so all jobs will run from one process. This has the advantage that it works on systems that do not have thefork()
call and even on systems that have it, keeps the system load low because you don't have to create a new process for every cron job. It has the disadvantages that one long running job can disrupt the rest of the schedule and that a programming error in one job will bring down the whole program.EXPORT
None by default.
AUTHOR
Maximilian Maischein, <corion@cpan.org>
SEE ALSO
Module Install Instructions
To install Schedule::Cron::Nofork, copy and paste the appropriate command in to your terminal.
cpanm Schedule::Cron::Nofork
perl -MCPAN -e shell install Schedule::Cron::Nofork
For more information on module installation, please visit the detailed CPAN module installation guide.