diff options
| author | Paul Buetow <paul@buetow.org> | 2011-06-13 11:23:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-06-13 11:23:11 +0000 |
| commit | bab1588b74536338ee25192877542b803f3c61ac (patch) | |
| tree | 443897ea7c58d9dedea7bb0dfc0e9ef52d4b9dac | |
| parent | 4d87a2781b179d01aed44701035c8ced8f356f0f (diff) | |
Some typos and more documentation
| -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). |
