[Mono-list] Missing Feature in Mono

Miguel de Icaza miguel@ximian.com
Tue, 10 Feb 2004 03:45:04 -0500


Hello,

> im a coder from Microsoft Windows world and fan of .NET.
> I'm interessted in .NET programing under Linux, especialy a TCP 
> Server/Client, witch user http protocoll for communication.
> 
> My question is, will there be a class named
> System.ServiceProcess
> to program an service ("deamon") or is there an other implementation?

Eventually we can provide that, but in Unix, all you need to have a
daemon right now is something like:

	nohup mono program.exe &


Miguel