Hi Jesse, 2005/12/2, Jesse Pasichnyk <[EMAIL PROTECTED]>: > I just was browsing through some of the mono code/assemblies and > ran across mono-service. It appears that this is a windows service > like implementation that could now be used under linux or whatever > other mono supported platform. I was just curious about the status of > this and supporting assemblies; whether they are still being worked on, > stable, etc.
It's for running System.ServiceProcess based services on Linux (and maybe other UNIX like OS). The implementation of ServiceBase should be complete. Not many people seem to be using it. So I would rather not call it stable. But maybe it is ;-) The only known problem is a crash when stopping services on kernel 2.4 based systems. > > Also is there any available documentation on this aside from the man page for > mono-service? > Not yet. But theres something in the works. There was a longer thread some weeks ago: http://thread.gmane.org/gmane.comp.gnome.mono.general/24402 HTH, Joerg. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
