I want to write a common (C / C ++) library that I will use to create daemons in a Linux environment. Instead of reinventing the wheel, I thought I would come here to find out if there are any known libraries in use.
The library can be either C or C ++ - although I would prefer C ++ (perhaps something that was part of, or based on an excellent BOOST library?).
Alternatively, in terms of library selection criteria, since daemons are rather βcriticalβ components, it would be much better if the library you are offering is actively supported by a development team (for example, the BOOST library [again]), has an active community (or at least a mailing list resorted to in difficult situations), and not a lonely person somewhere out there ...
I saw this document , which is a good starting point, but it is slightly outdated, so I wonder if there is anything better and more well known / used there ...?
By the way, I will develop on Ubuntu (10.0.4)
source share