[Mono-aspnet-list] Very slow website compilation

Robert Jordan robertj at gmx.net
Fri Oct 2 07:30:44 EDT 2009


Hi,

APS wrote:
> and so on, for the thousands of files placed inside the bin directory.
> It seems to me that there's some problem cause all the files seems 
> missing even if they are there and it always redo the copying.
> Most of the loading time is spent in this multiple shadow copying, as I 
> have many assemblies inside bin directory this cause an heavy disk usage 
> and many minutes of wait.

The log message might be misleading: it is even emitted when
the assembly was not actually shadow-copied due to mtime
equality.

Try the attached patch to see if the copy operations are
actually skipped (grep for "up-to-date" in your logs).

Robert
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: appdomain.diff
Url: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20091002/206acf20/attachment-0001.pl 


More information about the Mono-aspnet-list mailing list