Re: [Mono-list] Re: Long-running services

2006-01-23 Thread Jörg Rosenkranz
Hi, I have attached a little sample service you can use as template for your own tests. It only writes a log file for all actions. It can be compiled using: mcs -out:TestService.exe -r:System.ServiceProcess.dll -r:System.Configuration.Install.dll TestService.cs If you don't need the Windows ins

Re: [Mono-list] Re: Long-running services

2006-01-23 Thread Oleg Deribas
Hello, Mario Munda said the following on 23.01.2006 11:17: I have to write an application running under FreeBSD, and I choose Mono, because it is simple.. This app does not need GUI, and it has to run as a deamon. I know how to design and develop app, but i don't know how to set it to run as

[Mono-list] Re: Long-running services

2006-01-23 Thread Mario Munda
I have to write an application running under FreeBSD, and I choose Mono, because it is simple.. This app does not need GUI, and it has to run as a deamon. I know how to design and develop app, but i don't know how to set it to run as a deamon. I have another question regarding PostgreSQL+mono.