summaryrefslogtreecommitdiff
path: root/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-21 10:55:25 +0200
committerPaul Buetow <paul@buetow.org>2025-02-21 10:55:25 +0200
commit5a76af565ea910512b0418c56437467068821fd6 (patch)
treed8ee7610db5f698703d5891eb9b6aabd1f699f14 /gemfeed/2011-05-07-perl-daemon-service-framework.gmi
parenta30460cc038708e3a01cbe8cf4d90c6572e26784 (diff)
parent75655782fe8ad0b8b9b5fd26a6837e8a745b7268 (diff)
Merge branch 'content-gemtext' of codeberg.org:snonux/foo.zone into content-gemtext
Diffstat (limited to 'gemfeed/2011-05-07-perl-daemon-service-framework.gmi')
-rw-r--r--gemfeed/2011-05-07-perl-daemon-service-framework.gmi19
1 files changed, 16 insertions, 3 deletions
diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.gmi b/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
index 887a7210..8483dfd0 100644
--- a/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
+++ b/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
@@ -2,6 +2,8 @@
> Published at 2011-05-07T22:26:02+01:00; Updated at 2021-05-07
+PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. To do something useful, a module (written in Perl) must be provided.
+
```
a'! _,,_ a'! _,,_ a'! _,,_
\\_/ \ \\_/ \ \\_/ \.-,
@@ -9,7 +11,18 @@
//\ //\\ //\ //\\ //\ //\\jrei
```
-PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. To do something useful, a module (written in Perl) must be provided.
+## Table of Contents
+
+* ⇢ Perl Daemon (Service Framework)
+* ⇢ ⇢ Features
+* ⇢ ⇢ Quick Guide
+* ⇢ ⇢ How to configure
+* ⇢ ⇢ Example
+* ⇢ ⇢ HiRes event loop
+* ⇢ ⇢ Writing your own modules
+* ⇢ ⇢ ⇢ Example module
+* ⇢ ⇢ ⇢ Your own module
+* ⇢ ⇢ May the source be with you
## Features
@@ -162,8 +175,8 @@ E-Mail your comments to `paul@nospam.buetow.org` :-)
Other related posts are:
-=> ./2008-06-26-perl-poetry.gmi 2008-06-26 Perl Poetry
-=> ./2011-05-07-perl-daemon-service-framework.gmi 2011-05-07 Perl Daemon (Service Framework) (You are currently reading this)
=> ./2022-05-27-perl-is-still-a-great-choice.gmi 2022-05-27 Perl is still a great choice
+=> ./2011-05-07-perl-daemon-service-framework.gmi 2011-05-07 Perl Daemon (Service Framework) (You are currently reading this)
+=> ./2008-06-26-perl-poetry.gmi 2008-06-26 Perl Poetry
=> ../ Back to the main site