[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c++

Unix Daemons in C++

barcaroller

11/27/2008 12:27:00 AM

I've used C in the past to write daemons on Solaris and Linux but I was
wondering if there's C++ class library to facilitate this (something similar
to Boost.Asio or Boost.System)?


1 Answer

Boris

11/27/2008 11:32:00 AM

0

On Thu, 27 Nov 2008 01:27:12 +0100, barcaroller <barcaroller@music.net>
wrote:

> I've used C in the past to write daemons on Solaris and Linux but I was
> wondering if there's C++ class library to facilitate this (something
> similar
> to Boost.Asio or Boost.System)?

While there is no function yet to create a daemon directly Boost.Process
(which is currently under development) might help you:
http://www.highscore.de/boos...

Boris