blob: 09b21d63338a0ccc82d7bdc38ea03347dd241211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
Mo 13. Jun 13:22:34 CEST 2011
* Added some more documentations and fixed some typos
Mo 13. Jun 11:41:41 CEST 2011
* Released PerlDaemon v1.2
Mo 13. Jun 11:40:49 CEST 2011
* Added documentation (README file)
* Added './control keys' which shows all the available properties
Mo 6. Jun 09:03:57 CEST 2011
* Added './control foreground' startup option
* Added correct time carrying
* Renamed TODO into WHISHLIST
Do 2. Jun 11:09:25 CEST 2011
* Added module load error handling
Mo 30. Mai 21:29:20 CEST 2011
* Implemented Time::HiRes job scheduling
* Added passing of startup options. E.g.
./control start daemon.daemonize=no daemon.loopinterval=10
starts perldaemon in foreground w/ a loopinterval of 10 seconds.
It's possible to overwrite all defaults specified in perldaemon.conf
Di 24. Mai 08:46:09 CEST 2011
* Renamed modules config options
daemon.modulesruninterval -> daemon.modules.runiterval
daemon.modulesdir -> daemon.modules.dir
Mo 23. Mai 08:30:06 CEST 2011
* Added TODO list
Fr 13. Mai 18:21:08 CEST 2011
* Released PerlDaemon v1.1
* Major refactoring
* Added warn message support
* Added 'restart' option
* Added README file including a quick starting guide
* Added dynamic loadable module support including an example
Do 17. Mär 09:10:38 CET 2011
* Renamed DaemonLogic into RunModule
* Added ./conf and ./PerlDaemon subdirs and moved stuff into it
* Added to all Modules the PerlDaemon:: prefix
Fr 11. Mär 08:54:39 CET 2011
* New property: daemon.loopinterval
Mo 7. Mär 21:43:23 CET 2011
* Introduced simple OOP to the PerlDaemon
* Added a Logger and a DaemonLogic class.
So 6. Feb 13:14:32 CET 2011
* PerlDaemon is now CamelCase
So 6. Feb 12:56:44 CET 2011
* Initial Version v1.0 Released
|