(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Self-healing software requirements and approaches

What is it about?

Paper is to explore about self adaptiveness and self healing properties in software systems. It provides how fault recovery plays an important roles in achieving self-healing criteria. To demonstrate use of fault recovery in adaptiveness an experiment evaluation justify our work.

Why is it important?

Researchers looking towards achieving healing and making software autonomic may get an idea of diffrent approaches and how it can help in software reliability.

Read more on Kudos…
The following have contributed to this page:
Pushpendra Kumar Rajput
' ,"url"));