[Mono-dev] How to run C# DotNet 2.x windows service on Mac OS X?

pablosantosluac at terra.es pablosantosluac at terra.es
Thu Jan 8 14:52:41 EST 2009


It works on Mac.

Problem with mono-service (all platforms) is that it creates a different 
app domain, and it's been really tough for us since for some reason we 
end up with huge memory leaks. We're still trying to isolate a test 
case, but seems impossible outside our app. Once you get rid of 
monoservice and handle the signals yourself... memory doesn't go wild 
anymore.


pablo

Petit Eric escribió:
> 2009/1/7 d_v <dan.vandermolen at figpsoft.com>:
>   
>> How do I run my C# DotNet 2.x windows service on a Mac OS X?
>>
>> I would like to run the .exe even if not logged on to the Mac.
>> That means I can't start the terminal manually and type in "mono
>> myservice.exe."
>>
>> Also, where are the best forums for these kind of questions?
>> Where can I get basic questions answered?
>>     
> I don t know mac, but with linux yu have "/usr/bin/mono-service2"
> so in a shell script
> /usr/bin/mono-service2 "yourpath to your service"
> and need to know mac method to start something
> in linux it is in /etc/init.d/
>
>   
>> thanks a lot.
>> --
>> View this message in context: http://www.nabble.com/How-to-run-C--DotNet-2.x-windows-service-on-Mac-OS-X--tp21337625p21337625.html
>> Sent from the Mono - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>     
>
>
>
>   


More information about the Mono-devel-list mailing list