[Mono-list] How to writing daemons in Mono with c#?

Jonathan Pryor jonpryor at vt.edu
Sun Dec 18 08:36:46 EST 2005


On Sun, 2005-12-18 at 12:23 +0800, li wrote:
> I am writting a file transfering server base on mono1.1.10 in
> redhat9.0 with c#. I want it to be daemon process, then how to do it
> with c#?

You might look into using System.ServiceProcess.ServiceBase in
System.ServiceProcess.dll and the mono-service(1) program.

Someone really needs to write a HOWTO describing how to use these. :-)

 - Jon




More information about the Mono-list mailing list