[Mono-dev] Understanding web application loading time

APS dev.malst at apsystems.it
Thu May 14 12:56:41 EDT 2009


Without batch compilation the application starts faster but opening a 
new page results in minutes of waiting.

I tried strace on mod_mono and the only thing that seems to be a 
problem is a long list of

futex(0x829b4e4, FUTEX_WAIT_PRIVATE, 11165, {0, 99270129}) = -1 
ETIMEDOUT (Connection timed out)

this can influence loading time?

At 03.36 14/05/2009, you wrote:
>On Wed, 2009-05-13 at 18:26 +0200, APS wrote:
> > Hi,
> >
> > I've a web application that runs under apache with mod_mono v2.
> > It takes more than 20 minutes to load a directory containing 250
> > .ascx + 250 .aspx
> > I would like to understand how the time is spent, there's a way to
> > log what mono does during application loading?
> > There's some configuration that enable mono to load single pages when
> > they are opened without reading everything on opening of the first
> > page of te directory?
>
>You could try to disable batch compilation
>(http://msdn.microsoft.com/en-us/library/s10awwz0.aspx) or
>try precompiling that website on windows and then copy it over and run
>it on mono.
>
>-Gonzalo
>
>
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090514/c3025d37/attachment.html 


More information about the Mono-devel-list mailing list