• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-May-201519

base/H27-May-20156

common/H27-May-20154

mgr/H21-Jan-20113

READMEH A D27-Apr-2009885

README

1# $Id: README,v 1.1 2006/07/07 23:36:13 alanb Exp $
2
3This is the parent directory for the replication example programs.
4
5The example is a toy stock quote server.  There are two versions of
6the program: one version uses Berkeley DB's Replication Manager
7support, and the other uses the base replication API.
8
9common/		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
13mgr/            Contains the small amount of code necessary to
14                configure the application to use Replication Manager.
15
16base/           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.
20