Re: [Mono-devel-list] Re: Mono-devel-list digest, Vol 1 #1576 - 3 msgs

2005-04-04 Thread Rafael Teixeira
On Apr 3, 2005 12:49 AM, Michael Rasmussen [EMAIL PROTECTED] wrote: lør, 02 04 2005 kl. 11:05 -0500, skrev Jonathan Pryor: ... How does it work on windows when you install an application running as a service? What part of the winapi is used? (Sorry for asking this if it is a trivial question.

Re: [Mono-devel-list] Re: Mono-devel-list digest, Vol 1 #1576 - 3 msgs

2005-04-04 Thread Michael Rasmussen
man, 04 04 2005 kl. 11:10 -0300, skrev Rafael Teixeira: In Windows this API extends beyond controlling services to performance monitoring and logging, all of this has to be duplicated in Linux or inside Mono for Mono to really host .NET Services in a more natural way... I think costs to

Re: [Mono-devel-list] Re: Mono-devel-list digest, Vol 1 #1576 - 3 msgs

2005-04-02 Thread Michael Rasmussen
lør, 02 04 2005 kl. 11:05 -0500, skrev Jonathan Pryor: It appears that this won't be possible, at least for now. The primary reason is that Mono is multi-threaded by default -- a Hello World- style program has 3 threads active by default (I don't know what they're doing, but I'm seeing 3

[Mono-devel-list] Re: Mono-devel-list digest, Vol 1 #1576 - 3 msgs

2005-04-01 Thread Michael Rasmussen
Message: 1 Date: Fri, 1 Apr 2005 12:14:37 +0200 From: Paolo Molaro [EMAIL PROTECTED] To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] Re: Mono-devel-list digest, Vol 1 #1574 - 16 msgs The issue is that mono will use thread-specific data to execute the manage-unamanged