[Mono-dev] Mono/C# for Apache

g4 at novadsp.com g4 at novadsp.com
Thu Jun 9 10:28:27 EDT 2011


Super, thanks. If you've got a donation box somewhere please let me know.

ATB

Jerry.

On 09/06/2011 14:53, Robert Jordan wrote:
> On 09.06.2011 15:34, g4 at novadsp.com wrote:
>>>> Okay, I've found them: http://haydn.sourceforge.net/
>>>>
>>>> The issue with this code is: it's calling mono_jit_cleanup
>>>> on every request. This is suboptimal, buggy and shouldn't
>>>> be done.
>>
>> Hello Robert, excellent, thanks. Anything else malign that caught your
>> eye? I would sorely like to get Mono and Apache 2 playing nice.
>
> 1. The code is also calling mono_jit_init on every request.
> It should be done only once per process as it has the
> same limitations like mono_jit_cleanup.
>
> I'd rather use mono_jit_init_version() and make the
> version string a configurable http config setting.
>
> 2. The internal calls should be added only once as well.
>
> 3. The static "request" field won't work in threaded
> mode (I forgot how Apache is calling this mode. MTM?)
>
> Robert
>
> _______________________________________________
> 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