From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2006-06-27 12:47:08


>
> I need to write an application that runs as a service on Windows, as
> well as a daemon on Mac OSX. I'm using boost quite a lot in other
> parts of the code, so I was wondering if there is a boost way of
> doing this?
>

I don't think there is, but you can use libdaemon which should be portable
for those OSes.

Philippe