Jump to content

High-availability application architecture

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fabrictramp (talk | contribs) at 00:16, 18 August 2009 (Removing deadend tag and/or minor cleanup; you can help! using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

High availability application architecture is the process that is followed when implementing a new configuration into an existing ERP[clarification needed] system. The architecture contains three stages: 1)Development, 2)Quality Assurance, and 3)Production. All three of these stages must pass through the transport directory before the following stage can be executed. This entire process is used to eliminate downtime when implementing an application.

Definition

This definition must be broke into two parts in order to be fully understood. "High availability is a design and implementation that ensures a certain degree of operational continuity."[1] Application architecture is the second part, which refers to the actual concept and design of implementing a new configuration into the particular system.

Summary

In the IT world minimizing downtime is very important, and in order to implement a new configuration into an existing computer system one must follow strict architectural guidelines before releasing the new configuration into production. Following the application architecture guidelines will greatly reduce the potential downtime when implementing a new configuration into an existing system.

Stages of Architecture

As afore mentioned, there are three stages that an application most go through before it "goes live." All three of these stages pass through the transport directory before going on to the next stage.

Development

The development stage is where program changes, and configuration settings are modified to meet the needs of the new or existing system.

Quality Assurance

During the quality assurance stage the configuration settings, and program changes that impact the application are tested. If any faults are detected, they are corrected during this stage.

Production

The final stage that the application enters is the production stage, which entails the actual system that a company runs its business on.

Transport Directory

The transport directory serves as a compiler for all of the changes to the application that occur through the stages. This component is the mechanism that allows the changes to be tracked from stage to stage. When the application is released for production, it will be delivered out of the transport directory.

Process Diagram

References