Re: [Mono-dev] signcode

2009-03-09 Thread Sebastien Pouliot
On Thu, 2009-02-26 at 13:05 -0800, mastedm wrote: Hi. How can I use signcode in command line Yes, mono includes a managed signcode.exe tool that is very similar (including command-line options) to the (unmanaged) one MS has on Windows. or from C/C++ code in Linux? Sure, you can call it

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-09 Thread Jay Logue
I'm going to have to disagree with Rodrigo here. For MySpace/Facebook level web applications (the op's hypothetical target) the reliability issue is a bit of a red herring. In these environments applications are frequently segregated onto their own machines for operational reasons. Thus, if

[Mono-dev] Developing an Gnome-Panel Addon with mono?

2009-03-09 Thread goto
How can I develop an Gnome-Panel addon with mono? Isn't it possible? For example I just want to develope a simple clock, but i don't know how to start. I found nothing by google and this page. Can anyone help me? -- View this message in context:

Re: [Mono-dev] Developing an Gnome-Panel Addon with mono?

2009-03-09 Thread Bojan Rajkovic
On 3/9/2009 13:28, goto wrote: How can I develop an Gnome-Panel addon with mono? Isn't it possible? For example I just want to develope a simple clock, but i don't know how to start. I found nothing by google and this page. Can anyone help me? Hi, You can read Tomboy's source code to

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-09 Thread Tinco Andringa
Unfortunately Microsoft has a long history of confusion on this topic. I remember back when IIS5 was being developed I implored the IIS team make it possible to write filters as kernel modules.  I insisted that the extra kernel transitions needed to invoke my legacy encryption filter was

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-09 Thread Alan McGovern
Hey, They never did understand that, whether it was in user space or the kernel, if there was a fatal bug in my filter the machine was no more useful than a doorstop. So if there's a bug in your filter which caused every 100th request to bluescreen the computer, yes you're right. Your

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-09 Thread Jay Logue
Tinco Andringa wrote: Unfortunately Microsoft has a long history of confusion on this topic. I remember back when IIS5 was being developed I implored the IIS team make it possible to write filters as kernel modules. I insisted that the extra kernel transitions needed to invoke my legacy

[Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-09 Thread Thomas Wiest
Hey Everyone, We've just released Mono 2.4 RC 2 today! Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here: http://mono.ximian.com/monobuild/preview/download-preview/ Please report any bugs that you may find using our Bugs page, AND

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-09 Thread Jay Logue
Alan McGovern wrote: They never did understand that, whether it was in user space or the kernel, if there was a fatal bug in my filter the machine was no more useful than a doorstop. So if there's a bug in your filter which caused every 100th request to bluescreen the