High-Availability Data Replication (HDR) provides synchronous data replication for IBM Informix Dynamic Server by maintaining a backup copy of the entire database server that applications can access quickly in the event of a catastrophic failure. If one of the database servers in the replication pair fails, clients can be redirected to connect to the alternate database server. For more information on HDR, see the IBM Informix: Administrator's Guide for your database server.
HDR server pairs are composed of a primary and a secondary server. The primary server is the default server. The secondary server is read-only; update operations are not allowed.
To write application code to support HDR, follow these guidelines, which are explained in the sections below:
You can use HDR with connection pooling. For more information, see Using High-Availability Data Replication with Connection Pooling.
Demonstration programs are available in the hdr directory within the demo directory where IBM Informix JDBC Driver is installed. For details about the files, see Appendix A. Sample Code Files.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]