Hello,
I created a Server that listens for HTTP connections all the time. It's a default Console Application and runs on a Linux Machine using Mono (2.4).
The Problem is that i want this Server to move itself to the background (deamonize itself).
I couldn't find a Solution on Google and mono Server.exe &
is not really what i'm looking for (the effect is the correct, i just want the program to do it itself), eventhough it works for the moment.
Any hints/ideas?