vote up 5 vote down star
4

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

flag

1  
so incredibly vague! what's your goal? What are you trying to build? What will you build it with? Who is it for? The list goes on.. – Jeff Atwood Mar 4 at 12:36
I don't accept the question was vague, I will however admit that it was general! That was the point. There are principles that transcend particular goals, builds, tools, customers etc. – macleojw Mar 4 at 12:42
Jeff makes a good point, though, about stating what your aims are. That would probably make the answers more useful. – RoadWarrior Mar 5 at 13:24

5 Answers

vote up 2 vote down check

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.

link|flag
vote up 3 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

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/).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.