[Mono-aspnet-list] Mono slow on initial request

cfi fink.christoph at gmail.com
Wed Jun 20 07:15:35 UTC 2012


Thats normal (and alos happens with .net under IIS), because on the first
request the page is compiled (as .net assemblies only contain CIL-Code),
shich takes some time (on bigger pages) and the same thing happens after a
long idle time, as the page will be shut down to save resources and also
needs to be restarted/-compiled at the next request, but that behaviour can
be changed in the config.

--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-slow-on-initial-request-tp4650087p4650089.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list