|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/share/doc/db4-devel-4.7.25/examples_c/ex_rep/ |
Upload File : |
# $Id: README,v 1.1 2006/07/07 23:36:13 alanb Exp $
This is the parent directory for the replication example programs.
The example is a toy stock quote server. There are two versions of
the program: one version uses Berkeley DB's Replication Manager
support, and the other uses the base replication API.
common/ Contains code to implement the basic functions of the
application, to demonstrate that these are largely
independent of which replication API is used.
mgr/ Contains the small amount of code necessary to
configure the application to use Replication Manager.
base/ Contains the sample communications infrastructure, and
other replication support code, to demonstrate some of
the kinds of things that are necessary when using the
base replication API.