容错软件架构文章
我正在寻找一些关于容错软件架构的好文章。 能给我一些建议吗?
I'm looking for some good articles on fault tolerant software architectures. Could I please have some recommendations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
软件可靠性工程手册您可以阅读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.
我发现'释放它!'是一本极好的读物。
I found 'Release It!' to be an excellent read.
链接转储! :)
这些是我在研究冗余的某个方面时得到的一些想法(或者只是为了术语检查)的一些在线内容。
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.
由于有多种方法可以在软件中实现容错,因此很难在一篇文章中对其进行总结。 这些原则涉及桌面、服务器应用程序和/或 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/).
这篇关于软件故障处理技术的文章涵盖以下主题:
This article about Software Fault Handling techniques covers the following topics: