openbsd-ports/net/p5-Net-Daemon/pkg/DESCR
kevlo dbee52f4ab Initial import of Net-Daemon-0.34
This extension for portable daemons.
2001-01-19 03:03:32 +00:00

8 lines
428 B
Plaintext

Net::Daemon is an abstract base class for implementing portable server
applications in a very simple way.
It offers methods for the most common tasks a daemon
needs: Starting up, logging, accepting clients, authorization,
restricting its own environment for security and doing the true work.
You only have to override those methods that aren't appropriate for you,
but typically inheriting will safe you a lot of work anyways.