Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / examples / c / ex_rep / README
1 # $Id$
2
3 This is the parent directory for the replication example programs.
4
5 The example is a toy stock quote server.  There are two versions of
6 the program: one version uses Berkeley DB's Replication Manager
7 support, and the other uses the base replication API.
8
9 common/         Contains code to implement the basic functions of the
10                 application, to demonstrate that these are largely
11                 independent of which replication API is used.
12
13 mgr/            Contains the small amount of code necessary to
14                 configure the application to use Replication Manager.
15
16 base/           Contains the sample communications infrastructure, and
17                 other replication support code, to demonstrate some of
18                 the kinds of things that are necessary when using the
19                 base replication API.