[Mono-dev] Assembly loader load several times the same dll
APS
dev.malst at apsystems.it
Fri Sep 18 09:00:06 EDT 2009
Hi,
I'm using mono with mod_mono under apache.
I was debugging mono to solve a performance issue on application
startup. I have batch compilation enabled and into logs I see the
following lines more than one time (for many assemblies, not only the
one reported).
Theorically it shouldn't appear only one time, the first one the dll
is loaded? it seems that it loads (and maybe jit) the same library
many times, maybe every time a web page is compiled.
I'm reading the log in the wrong way or I can have some incorrect
configuration that makes this happen?
Mono-INFO: Assembly Loader probing location:
'/var/www/hypersic/bin/templatelibrary.dll'.
Mono-INFO: Assembly Loader shadow-copied assembly to:
'/tmp/apache-temp-aspnet-0/ddd13fb8/assembly/shadow/19b6d584/7993ff6c_60252ae8_00000001/templatelibrary.dll'.
Mono-INFO: AOT failed to load AOT module
/tmp/apache-temp-aspnet-0/ddd13fb8/assembly/shadow/19b6d584/7993ff6c_60252ae8_00000001/templatelibrary.dll.so:
/tmp/apache-temp-aspnet-0/ddd13fb8/assembly/shadow/19b6d584/7993ff6c_60252ae8_00000001/templatelibrary.dll.so:
cannot open shared object file: No such file or directory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090918/a50a2697/attachment.html
More information about the Mono-devel-list
mailing list