head	1.5;
access;
symbols
	rpm-4_4_8-release:1.3.2.2
	rpm-4_4_7-release:1.3.2.2
	db-4_5_20:1.5
	rpm-4_4_6-release:1.3.2.1
	rpm-4_4_5-release:1.3.2.1
	db-4_4_20:1.4
	rpm-4_4_4-release:1.3.2.1
	db-4_4_16:1.4
	rpm-4_4_3-release:1.3.2.1
	db-4_4_11:1.4
	db-4_3_29:1.3
	jbj_before_tklcpatches:1.3
	rpm-4_4_2-release:1.3
	pjones-sparse-experiment:1.4.0.2
	db-4_4_4:1.4
	rpm-4_4_1-release:1.3
	db-4_3_27:1.3
	rpm-4_4-release:1.3
	rpm-4_4:1.3.0.2
	db-4_3_21:1.3
	db-4_3_14:1.3
	db-4_2_52:1.2
	rpm-4_3_1-start:1.2
	rpm-4_3:1.2.0.2
	rpm-4_2_1-release:1.1.1.4
	rpm-4_1_1-release:1.1.1.4
	rpm-4_2-release:1.1.1.4
	rpm-4_2:1.1.1.4.0.2
	postmerge-db-4_1_24-release:1.1.1.4
	premerge-db-4_1_24-release:1.1.1.4
	db-4_1_24-release:1.1.1.4
	pre-db-4_1_24-release:1.1.1.4
	rpm-4_1-release:1.1.1.3
	postmerge-db-4_1_17:1.1.1.4
	premerge-db-4_1_17:1.1.1.4
	db-4_1_17:1.1.1.4
	pre-db-4_1_17:1.1.1.3
	rpm-4_1:1.1.1.3.0.2
	rpm-4_0_4-release:1.1.1.2.2.2
	jbj-before-beecrypt:1.1.1.2.2.2
	postmerge-db-4_0_14:1.1.1.3
	premerge-db-4_0_14:1.1.1.3
	db-4_0_14:1.1.1.3
	pre-db-4_0_14:1.1.1.3
	rpm-4_0_3-release:1.1.1.2.2.1
	postmerge-db-4_0_7:1.1.1.3
	premerge-db-4_0_7:1.1.1.3
	db-4_0_7:1.1.1.3
	pre-db-4_0_7:1.1.1.2
	jbj_b4_rollback:1.1.1.2.2.1
	postmerge-db-3_3_11-release:1.1.1.2
	premerge-db-3_3_11-release:1.1.1.2
	db-3_3_11-release:1.1.1.2
	pre-db-3_3_11-release:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-db-3_3_4-release:1.1.1.2
	premerge-db-3_3_4-release:1.1.1.2
	db-3_3_4-release:1.1.1.2
	pre-db-3_3_4-release:1.1.1.1
	db-3_2_9-release:1.1.1.1
	db-3_2_9-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.5
date	2006.10.01.20.19.25;	author jbj;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.21.15.53.59;	author jbj;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.16.01.32.00;	author jbj;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2003.12.15.21.44.04;	author jbj;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.21.18.33.38;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.05.13.19.58.28;	author jbj;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2001.10.15.03.47.24;	author jbj;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2002.08.14.16.31.56;	author jbj;	state Exp;
branches;
next	;

1.1.1.2.2.1
date	2001.07.23.20.31.20;	author jbj;	state Exp;
branches;
next	1.1.1.2.2.2;

1.1.1.2.2.2
date	2002.01.08.04.07.30;	author jbj;	state Exp;
branches;
next	;

1.3.2.1
date	2005.10.28.18.44.51;	author jbj;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	2006.10.01.22.31.02;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to db-4.5.20.
@
text
@# $Id: README,v 12.1 2006/07/07 23:36:14 alanb Exp $

getting_started/
		Examples from the Getting Started Guide

bench_001.c	Micro-benchmark for the bulk fetch interface.

ex_access.c	Using just the DB access methods.

ex_apprec/	Application-specific recovery.

ex_btrec.c	Using the BTREE access method with record numbers.

ex_dbclient.c	Using DB from an RPC client.

ex_env.c	Setting up the DB environment.

ex_lock.c	Locking.

ex_mpool.c	Shared memory buffer pools.

ex_rep/		Replication.  This creates a toy stock quote server
		with DB's single-master, multiple-client replication,
		with communication over TCP.  See ex_rep/README.

ex_sequence.c	Sequences.

ex_thread.c	Threaded application with multiple readers and writers.

ex_tpcb.c	TPC/B.
		Ex_tpcb sets up a framework in which to run a TPC/B test.
		Database initialization (the -i flag) and running the
		benchmark (-n flag) must take place separately (i.e.,
		first create the database, then run 1 or more copies of
		the benchmark).  Furthermore, when running more than one
		TPCB process, it is necessary to run the deadlock detector
		(db_deadlock), since it is possible for concurrent tpcb
		processes to deadlock.  For performance measurement, it
		will also be beneficial to run the db_checkpoint process
		as well.
@


1.4
log
@Upgrade to db-4.4.4.
@
text
@d1 1
a1 1
# $Id: README,v 12.0 2004/11/17 03:43:42 bostic Exp $
d22 1
a22 1
ex_repquote/	Replication.  This creates a toy stock quote server
d24 1
a24 1
		with communication over TCP.
@


1.3
log
@... and in with the New ...
@
text
@d1 1
a1 1
# $Id: README,v 11.6 2004/09/23 17:49:25 mjc Exp $
@


1.3.2.1
log
@Update to db-4.4.11.
@
text
@d1 1
a1 1
# $Id: README,v 12.0 2004/11/17 03:43:42 bostic Exp $
@


1.3.2.2
log
@Merge db-4.5.20 onto rpm-4_4 branch.
@
text
@d1 1
a1 1
# $Id: README,v 12.1 2006/07/07 23:36:14 alanb Exp $
d22 1
a22 1
ex_rep/		Replication.  This creates a toy stock quote server
d24 1
a24 1
		with communication over TCP.  See ex_rep/README.
@


1.2
log
@- upgrade to db-4.2.52.
@
text
@d1 6
a6 1
# $Id: README,v 11.5 2002/02/26 16:22:45 krinsky Exp $
d10 1
a10 1
ex_apprec	Application-specific recovery.
d14 2
d22 1
a22 1
ex_repquote	Replication.  This creates a toy stock quote server
d25 4
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp $
d5 2
d15 4
@


1.1.1.1
log
@db-3.2.9
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d1 1
a1 1
# Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp 
@


1.1.1.3
log
@track: auto import
@
text
@d1 1
a1 1
# Id: README,v 11.4 2001/08/07 14:30:13 krinsky Exp 
a11 4

ex_repquote	Replication.  This creates a toy stock quote server
		with DB's single-master, multiple-client replication,
		with communication over TCP.
@


1.1.1.4
log
@track: auto import
@
text
@d1 1
a1 1
# Id: README,v 11.5 2002/02/26 16:22:45 krinsky Exp 
a3 2

ex_apprec	Application-specific recovery.
@


1.1.1.2.2.1
log
@Merge db-3.3.11 onto rpm-4_0 branch.
@
text
@d1 1
a1 1
# $Id: README,v 11.3 2000/12/13 06:32:29 krinsky Exp $
@


1.1.1.2.2.2
log
@Update to db-4.0.14.
@
text
@d1 1
a1 1
# Id: README,v 11.4 2001/08/07 14:30:13 krinsky Exp 
a11 4

ex_repquote	Replication.  This creates a toy stock quote server
		with DB's single-master, multiple-client replication,
		with communication over TCP.
@


