yannk / ControlFreak

a process supervisor in Perl

This URL has Read+Write access

yannk (author)
Wed Nov 04 14:19:05 -0800 2009
commit  68fa50e1b81eb47a964e9ee5c4d5a3d0ba07f418
tree    da552ff2f6a0faae5267ace15e9f77a292799d98
parent  5037b01460c250b58f6784b538dfe171de1e35d3
name age message
file .gitignore Wed Sep 30 10:31:08 -0700 2009 initial import [yannk]
file .shipit Wed Sep 30 10:31:08 -0700 2009 initial import [yannk]
file Changes Wed Sep 30 10:31:08 -0700 2009 initial import [yannk]
file MANIFEST Wed Sep 30 10:31:08 -0700 2009 initial import [yannk]
file MANIFEST.SKIP Wed Sep 30 10:31:08 -0700 2009 initial import [yannk]
file Makefile.PL Loading commit data...
file README
file cfk-share-mem-proxy.pl
file cfkctl
file cfkd
directory lib/
directory t/
directory xt/ Wed Sep 30 10:31:08 -0700 2009 initial import [yannk]
README
This is WORK IN PROGRESS - The base works but is poorly documented,
and it's not usable other than for testing, please if you are not
a hacker, wait a few days. :)

I'm still hacking on it.
The documentation for the basic feature set is pretty
much there though.

INSTALLATION

ControlFreak installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan ControlFreak

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

ControlFreak documentation is available as in POD. So you can do:

    % perldoc ControlFreak

to read the documentation online with your favorite pager.

Yann Kerherve