writing a C/C++ daemon (Linux) -
i want write generic (c/c++) library use develop daemons in linux environment. rather reinventing wheel, thought i'd come in here find out if there known libraries in use.
the library either c or c++ - although prefer c++ (maybe part of, or based on excellent boost library?).
as aside, in terms of library selection criteria, since daemons pretty 'mission critical' components, better if library propose actively maintained group of developers (e.g. boost library [again]), has active community (or @ least mailing list resort when faced tricky situations), rather lone individual somewhere out there ...
i saw document, starting point, dated, i'm wondering if there better , more known/used out there ... ?
btw, developing on ubuntu (10.0.4)
an alternative solution use process monitor such supervisord, manages multiple services, restarts them when crash, provides minimalistic web page view , control status of processes, can manage groups of services, supports general-purpose status-change event forwarding mechanism , other goodies. such tools give far more value daemon library would.
Comments
Post a Comment