From 667d9086bf0c9c79e2ae27cf3d378dd8b5ce4c97 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sat, 12 Dec 2015 17:52:21 +0100 Subject: Add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..87e239e --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +svcmon +====== +Parts of daemontools reimplemented for FreeBSD with kqueue and subreapers. + +Why subreapers? +--------------- +Subreapers let us make sure we don't leave any rouge sub processes when +we have to restart the daemon. + +Why kqueue? +----------- +By using kqueue for signalhandling and checking if filedescriptors are +ready `svcscan` and `svcsupervise` can spend most of it's time blocking +instead of waking up every few seconds. -- cgit v1.2.3