diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | README | 6 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,6 @@ +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 @@ -39,7 +39,7 @@ options enter "./control" without any argument. Configurations can be set in ./conf/perldaemon.conf. If you want to change a property only once it's possible to specify it on command line. All available properties can be seen using ./control keys (caution: this list -in this document may be outdated, please run ./control keys by your own too!) +in this document may be outdated, please run ./control keys by yourself too!) pb@titania:~/svn/utils/perldaemon/trunk$ ./control keys # Path to the logfile @@ -99,6 +99,10 @@ turn that off and on). cd - ./bin/perldaemon restart (or shortcurt ./control restart) +Now watch ./log/perldaemon.log to see everything runs fine. It is a good +practise to test your modules in 'foreground mode' (see above how to do +that). + Btw: You can install as many modules in parallel as whished. But they are run in sequential order (in future they can also run in parallel using several threads or processes). |
