容错软件架构文章

发布于 2024-07-14 07:52:26 字数 38 浏览 13 评论 0原文

我正在寻找一些关于容错软件架构的好文章。 能给我一些建议吗?

I'm looking for some good articles on fault tolerant software architectures. Could I please have some recommendations.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

在你怀里撒娇 2024-07-21 07:52:26

软件可靠性工程手册您可以阅读pdf版本。 软件可靠性的主要原则之一是容错。

看看第14章容错软件。

Handbook of Software Reliability Engineering you can read it in pdf. One of the main principles of software reliability is fault tolerance.

Take a look at chapter 14 Fault-Tolerant software.

黑凤梨 2024-07-21 07:52:26

我发现'释放它!'是一本极好的读物。

在《Release It!》中,Michael T. Nygard 向您展示了如何设计和构建您的应用程序以应对其将面临的严酷现实。 您将了解如何设计应用程序以实现最大的正常运行时间、性能和投资回报。

I found 'Release It!' to be an excellent read.

In Release It!, Michael T. Nygard shows you how to design and architect your application for the harsh realities it will face. You’ll learn how to design your application for maximum uptime, performance, and return on investment.

从﹋此江山别 2024-07-21 07:52:26

链接转储! :)

这些是我在研究冗余的某个方面时得到的一些想法(或者只是为了术语检查)的一些在线内容。

ACM 需要会员资格。

Link dump! :)

These are some of the on-line things I got some ideas (or just for terminology checkup) from when researching a certain aspect of redundancy.

ACM requires membership.

兰花执着 2024-07-21 07:52:26

由于有多种方法可以在软件中实现容错,因此很难在一篇文章中对其进行总结。 这些原则涉及桌面、服务器应用程序和/或 SOA。 此外,还有多种方法论,其中很少有我们在不知情的情况下已经遵循的; 例如异常处理。 试图在一篇文章中深入研究所有概念将是一项艰巨的任务。 在google上简单搜索一下就可以找到很多文章。

在我的五年计划中,我研究了操作系统范围的自我修复系统。 我关注了 Sun Solaris 10 架构和 IBM 的自主计算研究 (http://www.research.ibm。 com/autonomic/)。

It would be very difficult to sum it up in one article since there are multiple ways to achieve fault tolerance in software. These principles deal with Desktop, Server applications and/or SOA. Also there are multiple methodologies, few of which we already follow without knowing; Exception handling for example. It would be a herculean feat to try to drill down all the concepts in one article. You can find a lot of articles with a simple search on google.

For my FYP, I researched on OS wide Self Healing systems. I followed the Sun Solaris 10 architecture and IBM's Autonomous Computing research (http://www.research.ibm.com/autonomic/).

神爱温柔 2024-07-21 07:52:26

这篇关于软件故障处理技术的文章涵盖以下主题:

  • 超时
  • 审核
  • 异常处理
  • 任务回滚
  • 增量重启
  • 投票

This article about Software Fault Handling techniques covers the following topics:

  • Timeouts
  • Audits
  • Exception Handling
  • Task Rollback
  • Incremental Reboot
  • Voting
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文