DP4 Resilience

If the network connection is broken, the user will lose the transaction, and the application will halt. For applications in retail or banking, this can mean an expensive break in trading:

Resilience is the mechanism used to ensure non-stop working of your application. To accomplish this, two or more copies of your database are maintained at the same time. If the network connection to one of the databases is broken, operation continues with only one database.

A resilience scheme requires either the presence of at least two servers, or keeping a local database on each workstation on your system. DP4 offers you the flexibility to decide on a scheme which best meets your requirements:

You can decide on your own scheme, or you can use one of the several pre-defined resilience schemes offered by DP4.