Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > a4c98df40e78f6c892308fd6841f950a > files > 939

lib64db4.2-devel-4.2.52-11mdv2007.0.x86_64.rpm

<!--$Id: products.so,v 10.16 2002/02/07 15:26:45 bostic Exp $-->
<!--Copyright 1997-2003 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Sleepycat Software's Berkeley DB products</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<a name="2"><!--meow--></a>
<table width="100%"><tr valign=top>
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Introduction</dl></h3></td>
<td align=right><a href="../intro/where.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../simple_tut/intro.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p>
<h3 align=center>Sleepycat Software's Berkeley DB products</h3>
<p>Sleepycat Software licenses four different products that use the Berkeley DB
technology.  Each product offers a distinct level of database support.
It is not possible to mix-and-match products, that is, each application
or group of applications must use the same Berkeley DB product.</p>
<p>All four products are included in the single Open Source distribution
of Berkeley DB from Sleepycat Software, and building that distribution
automatically builds all four products.  Each product adds new
interfaces and services to the product that precedes it in the list.
As a result, developers can download Berkeley DB and build an application that
does only single-user, read-only database access, and easily add support
later for more users and more complex database access patterns.</p>
<p>Users who distribute Berkeley DB must ensure that they are licensed for the
Berkeley DB interfaces they use.  Information on licensing is available
directly from Sleepycat Software.</p>
<h3>Berkeley DB Data Store</h3>
<p>The Berkeley DB Data Store product is an embeddable, high-performance data store.  It
supports multiple concurrent threads of control to read information
managed by Berkeley DB.  When updates are required, only a single process may
be using the database.  That process may be multithreaded, but only one
thread of control should be allowed to update the database at any time.
The Berkeley DB Data Store does no locking, and so provides no guarantees of correct
behavior if more than one thread of control is updating the database at
a time.  The Berkeley DB Data Store is intended for use in single-user or read-only
applications that can guarantee that no more than one thread of control
will ever update the database at any time.</p>
<h3>Berkeley DB Concurrent Data Store</h3>
<p>The Berkeley DB Concurrent Data Store product adds multiple-reader, single writer capabilities to
the Berkeley DB Data Store product, supporting applications that need concurrent updates
and do not want to implement their own locking protocols.  Berkeley DB Concurrent Data Store is
intended for applications that require occasional write access to a
database that is largely used for reading.</p>
<h3>Berkeley DB Transactional Data Store</h3>
<p>The Berkeley DB Transactional Data Store product adds full transactional support and recoverability
to the Berkeley DB Data Store product.  Berkeley DB Transactional Data Store is intended for applications that require
industrial-strength database services, including excellent performance
under high-concurrency workloads with a mixture of readers and writers,
the ability to commit or roll back multiple changes to the database at
a single instant, and the guarantee that even in the event of a
catastrophic system or hardware failure, any committed database changes
will be preserved.</p>
<h3>Berkeley DB High Availability</h3>
<p>The Berkeley DB High Availability product support for data replication.  A single master system
handles all updates, and distributes them to as many replicas as the
application requires. All replicas can handle read requests during
normal processing. If the master system fails for any reason, one of
the replicas takes over as the new master system, and distributes
updates to the remaining replicas.</p>
<table width="100%"><tr><td><br></td><td align=right><a href="../intro/where.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../simple_tut/intro.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p><font size=1><a href="../../sleepycat/legal.html">Copyright (c) 1996-2003</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font>
</body>
</html>