Thanx Miguel, i appreciate the response. I had a feeling this was going to be the case. For my particular situation, I think i have a work around by simply hitting the *.asmx files using wget on first-boot using an init script.
wget http://localhost/*.asmx That'll absorb the delay into the first-boot and not on first access by anyone using the web service. thanx again. /r/ On Jan 14, 2008 11:35 AM, Miguel de Icaza <[EMAIL PROTECTED]> wrote: > 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
