C#/Mono Run Server in Background

Posted by dbemerlin on Stack Overflow See other posts from Stack Overflow or by dbemerlin
Published on 2010-04-23T18:21:43Z Indexed on 2010/04/23 18:23 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

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, eventhough it works for the moment.

Any hints/ideas?

© Stack Overflow or respective owner

Related posts about background-process

Related posts about c#