On Wed, May 13, 2009 at 12:26 PM, APS <dev.ma...@apsystems.it> wrote:
> 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?

The first thing I would try doing in such a situation is running
strace on the mono process.  It sounds like something very fishy is
going on... perhaps DNS timeouts or something.

Avery
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to