[Mono-list] can i pre-compile *.asmx for mod-mono-server2?
Miguel de Icaza
miguel at novell.com
Mon Jan 14 12:35:21 EST 2008
Hello,
> Is it possible to pre-compile my *.asmx files so that I don't take that
> initial compilation hit on first access to my web services? (something
> along the lines of 'mono --aot' but for mod-mono-server )
This is not currently possible, although Marek mentioned that he has
been working on this and might have something usable soon.
I ran into a similar concern when dealing with a hosting provider that
times out FastCGI processes after 5 minutes. After the timeout, the
user would experience the first hit delay again (in the end, I could not
use that hosting service because their Linux is too old to support
Mono).
More information about the Mono-list
mailing list