index
:
perldaemon
develop
master
PerlDaemon is a minimal daemon for Linux/UNIX programmed in Perl supporting logrotating, starting, stopping and a minimal configuration file. It can be extended to fit any task.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Collapse
)
Author
2011-11-19
Modify text
Paul Buetow (mars.fritz.box)
2011-06-18
Using a thread safe message queue for logging, preparing for multi threading ↵
Paul Buetow
jobs
2011-06-18
Example 2 added for threads testing
Paul Buetow
2011-06-13
Released PerlDaemon v1.2
Paul Buetow
2011-06-06
Included use strict and use warnings pragmas
v1.2
Paul Buetow
2011-06-06
Initial correct handling of time carryings
Paul Buetow
2011-06-02
initial carry handling
Paul Buetow
2011-06-02
last run -> last triggered
Paul Buetow
2011-06-02
Added source headers
Paul Buetow
2011-06-02
Added module load error handling
Paul Buetow
2011-05-30
Time::HiRes job scheduling support
Paul Buetow
2011-05-30
Passing of startup options work
Paul Buetow
2011-05-24
removed a whitespace
Paul Buetow
2011-05-24
initial working Time::HiRes interval handling
Paul Buetow
2011-05-24
logging to stdout if daemonize != yes
Paul Buetow
2011-05-24
added daemon.daemonize option (daemon can now start in the foreground if wished)
Paul Buetow
2011-05-24
renamed modules config options (added extra dots)
Paul Buetow
2011-05-23
fixed a prototype
Paul Buetow
2011-05-23
added a TODO line
Paul Buetow
2011-05-23
some code cleaning
Paul Buetow
2011-05-23
lastrun time tracking before $v->do()
Paul Buetow
2011-05-23
fixed lastrun hash access
Paul Buetow
2011-05-23
initial Time::HiRes scheduler
Paul Buetow
2011-05-13
ExampleModule.pm works
Paul Buetow
2011-05-13
added initial README file
Paul Buetow
plus some other stuff
2011-05-13
added Logger::warn
Paul Buetow
2011-05-13
added an example module
Paul Buetow
2011-05-13
s/RunModule/RunModules/g
Paul Buetow
2011-05-13
re-moved modules into PerlDaemon::
Paul Buetow
2011-05-13
copied stuff into ./lib
Paul Buetow
2011-03-17
renamed due module name
Paul Buetow
2011-03-17
added module prefixes
Paul Buetow
2011-03-17
./lib and ./conf added.
Paul Buetow