diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-15 18:38:09 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | aaea51bbbee9d3f1e2719e4186e28a1193c03789 (patch) | |
| tree | b9d987f98d070b0d17f84d406f56d53083fe372c /content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | |
| parent | 5c95039b5b4a93631977d9260a3e6f1e2c899c57 (diff) | |
some typos
Diffstat (limited to 'content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html')
| -rw-r--r-- | content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html index 379e4361..fd73746f 100644 --- a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -114,7 +114,7 @@ daemon.alivefile=./run/perldaemon.alive daemon.wd=./ </pre> <h2>Example </h2> -<p>So lets start the daemon with a loop interval of 10 seconds:</p> +<p>So let's start the daemon with a loop interval of 10 seconds:</p> <pre> $ ./control keys | grep daemon.loopinterval daemon.loopinterval=1 @@ -169,7 +169,7 @@ sub do ($) { 1; </pre> <h3>Your own module</h3> -<p>Want to give it some better use? It's just a easy as:</p> +<p>Want to give it some better use? It's just as easy as:</p> <pre> cd ./lib/PerlDaemonModules/ cp ExampleModule.pm YourModule.pm @@ -177,7 +177,7 @@ sub do ($) { cd - ./bin/perldaemon restart (or shortcurt ./control restart) </pre> -<p>Now watch `./log/perldaemon.log` closely. It is a good practise to test your modules in 'foreground mode' (see above how to do that).</p> +<p>Now watch `./log/perldaemon.log` closely. It is a good practice to test your modules in 'foreground mode' (see above how to do that).</p> <p>BTW: You can install as many modules within the same instance as desired. But they are run in sequential order (in future they can also run in parallel using several threads or processes).</p> <h2>May the source be with you</h2> <p>You can find PerlDaemon (including the examples) at:</p> |
