summaryrefslogtreecommitdiff
path: root/gemfeed/2011-05-07-perl-daemon-service-framework.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2011-05-07-perl-daemon-service-framework.html')
-rw-r--r--gemfeed/2011-05-07-perl-daemon-service-framework.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html
index 7fef9c30..5c41d0b2 100644
--- a/gemfeed/2011-05-07-perl-daemon-service-framework.html
+++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html
@@ -13,9 +13,9 @@
<span class='quote'>Published at 2011-05-07T22:26:02+01:00; Updated at 2021-05-07</span><br />
<br />
<pre>
- a'! _,,_ a'! _,,_ a'! _,,_
+ a&#39;! _,,_ a&#39;! _,,_ a&#39;! _,,_
\\_/ \ \\_/ \ \\_/ \.-,
- \, /-( /'-,\, /-( /'-, \, /-( /
+ \, /-( /&#39;-,\, /-( /&#39;-, \, /-( /
//\ //\\ //\ //\\ //\ //\\jrei
</pre>
<br />
@@ -89,7 +89,7 @@ daemon<font color="#990000">.</font><font color="#009900">wd</font><font color="
<br />
<h2 style='display: inline'>Example </h2><br />
<br />
-<span>So let's start the daemon with a loop interval of 10 seconds:</span><br />
+<span>So let&#39;s start the daemon with a loop interval of 10 seconds:</span><br />
<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
@@ -164,7 +164,7 @@ http://www.gnu.org/software/src-highlite -->
<br />
<h3 style='display: inline'>Your own module</h3><br />
<br />
-<span>Want to give it some better use? It's just as easy as:</span><br />
+<span>Want to give it some better use? It&#39;s just as easy as:</span><br />
<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
@@ -177,7 +177,7 @@ http://www.gnu.org/software/src-highlite -->
<font color="#990000">.</font>/bin/perldaemon restart <font color="#990000">(</font>or shortcurt <font color="#990000">.</font>/control restart<font color="#990000">)</font>
</pre>
<br />
-<span>Now watch <span class='inlinecode'>./log/perldaemon.log</span> closely. It is a good practice to test your modules in 'foreground mode' (see above how to do that).</span><br />
+<span>Now watch <span class='inlinecode'>./log/perldaemon.log</span> closely. It is a good practice to test your modules in &#39;foreground mode&#39; (see above how to do that).</span><br />
<br />
<span>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).</span><br />
<br />