summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 2b9c8a6..07313ad 100644
--- a/README
+++ b/README
@@ -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).