[Mono-list] services and daemons

Duncan Mak duncan@ximian.com
Tue, 05 Aug 2003 16:48:32 -0400


On Mon, 2003-08-04 at 20:23, Moore, Paul wrote:
> does mono allow nt services and unix daemons to be written? In a
> portable fashion?
>  

The .NET Base Class Library includes a namespace called
'System.ServiceProcess'. Lots of work still needs to be done to finish
up the classes in that namespace. With those classes in place, you
should be able to write services in a portable fashion.

It would be great if you could contribute either directly to the
classes, or by writing test cases. If you're interested, please contact
me and I'll set you up! ;-)

Happy hacking!

Duncan.