- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您可能知道,Microsoft Azure 网站服务下托管的网站默认配置为空闲 20 分钟后超时 (idleTimeout),并且应用程序池每 29 小时重新启动一次 (periodicRestart)。这会导致第一个用户访问网站时速度很慢。
我想知道标准模式下可用的新“始终开启”设置是否会阻止这两种情况发生。
我发现有几篇文章提到了该功能,他们都非常清楚将避免空闲超时,但没有一篇明确谈论定期重启:
One of the other useful Web Site features that we are introducing today is a feature we call “Always On”. When Always On is enabled on a site, Windows Azure will automatically ping your Web Site regularly to ensure that the Web Site is always active and in a warm/running state. This is useful to ensure that a site is always responsive (and that the app domain or worker process has not paged out due to lack of external HTTP requests).
Azure 文档也不是很明确:
Always On - By default, web sites are unloaded if they have been idle for some period of time. This lets the system conserve resources. You can enable the Always On setting for a site in Standard mode if the site needs to be loaded all the time. Because continuous web jobs may not run reliably if Always On is disabled, you should enable Always On when you have continuous web jobs running on the site.
http://www.windowsazure.com/en-us/documentation/articles/web-sites-configure/
最佳答案
是的,两者都会被阻止。
Azure 网站上从来没有默认的 29 小时定期重启。该功能是由 WAS 强制执行的 IIS 功能,旨在在服务器级别上运行,这意味着重新启动 IIS 服务器上的所有工作进程。这两件事(WAS 和 IIS 服务器)不适用于 Azure 网站,因为 WAS 是 IIS 的进程管理组件,并且非常特定于一体机设置。 Azure 网站使用不同的进程管理组件,该组件不具有定期重新启动功能。
关于azure - "Always On"设置会阻止idleTimeout和periodicRestart吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21840983/
我想知道如何maxLifetime和 idleTimeout设置在固定大小的 Hikari 池中运行。 在什么情况下连接会从固定大小的池中退出?并且由于池是固定大小的,是否会在退休后立即创建新连接?
我正在尝试放宽我网站的 session 过期策略,以便用户可以指定 session 超时间隔。 我需要弄清楚我应该指定哪些与网站相关的设置,以免过多地限制用户。例如,人们可能需要 1 天的间隔。我将使
光 CP 版本:2.7.4 这实际上不是问题,而是一些疑问。 a) maxLifetime :30 分钟后退出连接。它会在杀死它时自动创建一个新连接还是等待新请求然后创建一个新连接?考虑到 pool
我有一个作为 Azure Web 应用程序托管的 ASP.NET MVC 站点,我注意到一旦该站点闲置一段时间,当点击它时,应用程序就会恢复到已部署状态。现在,传统上,我会通过将 IIS 中应用程序池
我在这里使用 JQuery idleTimeout 插件: http://www.erichynds.com/examples/jquery-idle-timeout/example-mint.htm
谁能告诉我 PoolTimeout 之间的关系, IdleTimeout & IdleCheckFrequency在 go-redis ? 疑问:- 如果我指定 PoolTimeout 20 毫秒,I
client := &http.Client{ Transport: &http.Transport{ DialContext: (&net.Dialer{
我是一名优秀的程序员,十分优秀!