[Mono-dev] Understanding web application loading time

APS dev.malst at apsystems.it
Mon May 18 04:28:57 EDT 2009


It's a "simple" backoffice asp.net application with hundreds of 
ascx+aspx files and libraries.
It search, display and allow to change data in an sql database, 
nothing strange I think.
The only particular thing is that every aspx it's only a container 
for at least one ascx, so a web page consist of aspx+ascx, doubling 
the number of files present in a folder.
Some hint about what I can verify?

At 19.54 14/05/2009, Gonzalo Paniagua Javier wrote:
>On Thu, 2009-05-14 at 18:56 +0200, APS wrote:
> > 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?
>
>I don't think that is the problem. Without knowing what your application
>is trying to do, there's not much we can do to help...
>
>-Gonzalo
>
>
>_______________________________________________
>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