summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-06-13 11:23:11 +0000
committerPaul Buetow <paul@buetow.org>2011-06-13 11:23:11 +0000
commitbab1588b74536338ee25192877542b803f3c61ac (patch)
tree443897ea7c58d9dedea7bb0dfc0e9ef52d4b9dac /README
parent4d87a2781b179d01aed44701035c8ced8f356f0f (diff)
Some typos and more documentation
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).