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). _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
