Does Windows Azure support the Application Warm-Up module or something similar?
Posted
by Corey O'Brien
on Stack Overflow
See other posts from Stack Overflow
or by Corey O'Brien
Published on 2010-03-19T17:18:24Z
Indexed on
2010/03/19
17:21 UTC
Read the original article
Hit count: 458
We have a Web Role that we are hosting in Windows Azure that uses an old ASMX based Web Reference to contact an external system. The Web Reference proxy code is big enough that instantiating it the first time has a significant cost.
We'd like to be able to have this run when the Web Role starts instead of on the first request.
I know IIS 7.5 has an Application Warm-Up module that would allow us to achieve this, but I'm having trouble figuring out if something similar exists with hosting on Windows Azure.
Thanks, Corey
© Stack Overflow or respective owner