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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
