[Opensim-dev] Feature Request ...

Kyle Hamilton aerowolf at gmail.com
Mon Dec 22 16:12:24 UTC 2008


The .Net runtime doesn't load references until they're used.  The .net
compilers, though, load references at build time.

This means that if there's a reference to System.ServiceProcess, it's
unlikely that mono will be able to build it.

-Kyle H

On Mon, Dec 22, 2008 at 6:33 AM, Tedd Hansen <tedd at nimbustech.no> wrote:
> Since .Net doesn't load references until they are used it should be no
> problem to have a good old "./console 2>&1 >log" for Linux and service
> for Windows in the same project. Command line to determine what to
> execute.
>
> -----Original Message-----
> From: opensim-dev-bounces at lists.berlios.de
> [mailto:opensim-dev-bounces at lists.berlios.de] On Behalf Of Mike Mazur
> Sent: 22. desember 2008 09:10
> To: opensim-dev at lists.berlios.de
> Subject: Re: [Opensim-dev] Feature Request ...
>
> Hi,
>
> On Sun, Dec 21, 2008 at 3:53 AM, Develope <Develope at ashuan.de> wrote:
>> i wish to implement the feature to run all Gridcomponents (Userserver,
>> Assetserver ....) as a Service.
>
> We've had some success doing this. It works on Windows and Linux[1].
> The output is not redirected to any console, but it's still logged to
> OpenSim*.log. You can't input any commands to the console when running
> as a service.
>
> Mike
>
>
> [1] See `man mono-service2`. go-mono.com seems to be dead for me at
> the moment, but Google says there's some documentation at
> http://go-mono.com/docs/monodoc.ashx?link=man%3Amono-service(1)
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>



More information about the Opensim-dev mailing list