[Mono-aspnet-list] Mono recompiles after Apache reload

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Tue Aug 10 14:03:23 EDT 2010


On Mon, 2010-08-02 at 13:06 -0700, stuart_cbtnuggets wrote:
> Is Mono supposed to be recompiling the aspx pages every time Apache is
> reloaded?  On our system, when the Apache server is reloaded or restarted I
> am seeing those files recompiled.  It seems the recompile should only happen
> if changes have occurred.  We are running SLES 11 with Mono 2.4.2.3.

Whenever you restart/reload apache, all the mod-mono-server processes
are terminated and started again on demand.

You have 2 options to reduce the startup time for your application:
	1) Disable batch compilation
	2) Precompile your site

-Gonzalo




More information about the Mono-aspnet-list mailing list