当服务器超出容量时如何显示警告以避免服务器停机?
Twitter 有时会显示一条消息:Twitter 容量超载
这是为了防止服务器压力过大。这可以避免服务器宕机。
我如何在我的应用程序中实现这一点?
编辑:我不是在寻找 PHP 特定的解决方案。
Twitter sometimes shows an message: Twitter is over capacity
This is to prevent too much pressure on the servers. Which avoids that the servers go down.
How do I implement this in my application?
Edit: I am NOT looking for a PHP specific solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这可以很容易地实现,通过使用单独的软件来观察服务器状态,并在很大的压力下显示指定的消息。这在云架构中非常重要,因此您可以轻松启动新实例。我认为亚马逊为此使用了 CloudWatch。另外,您可以使用 apache mod_status 来监视服务器,也可以使用单独的软件。
希望这有帮助,加布里埃尔
I thing this can be easily achieved by using a separate software to watch the server status, and on to much pressure, show the specified message. This is very important in a cloud architecture, so you can easily launch new instances. I think Amazon uses CloudWatch for this. Also, you could use apache mod_status to watch the server, also using a separate software.
Hope this helps, Gabriel