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

Reply via email to