azure - Will "Always On" setting prevent BOTH idleTimeout and periodicRestart? -
Do you know, websites hosted under the Microsoft AZur Web sites service by default are 20 minutes (inactive Timeout) and application pool to restart every 29 hours (periodic restart). The reason for this is that the web site is slow to first access the user.
I would like to know whether the setting available on the new "Always On" standard mode both <>
let me mention this feature There are some articles that are available, they are all very clear that the idle time will come to an end, but none of these clearly speaks about recurrent restart:
Another useful web site One of the features that we are starting today is a feature that we " Esha current call ". When a site is always turned on, Windows Azure will automatically ping your web site regularly to make sure that the web site is always active and useful in the hot / running state. That site is always responsive (and that the lack of external domain requests does not cause the app domain or worker process). Apart from this, blue documentation is not very clear:
Always on - By default, they are useless for a while Web sites load when done. It presents resources to the system if the site needs to be loaded at all times, you can always turn on the setting for a site in standard mode. Because continuous web jobs can not be reliably if you are always on the shelf, you should always be able to have a consistent web job running on the site.
Yes, both will be stopped.
The default 29 hour periodic restart did not exist on websites. This feature was an IIS facility that was implemented by WAS and was designed to run at a server level, which meant that all the worker processes on the IIS server had to be restarted. These two things (WAS and IIS servers) do not apply to Azure websites because WAS was the process management component of IIS and which was very specific for a box setup. Azure Websites uses a different process management component, in which periodic restart does not occur.
Comments
Post a Comment