From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/programmer_reference/arch_progmodel.html | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/programmer_reference/arch_progmodel.html') diff --git a/docs/programmer_reference/arch_progmodel.html b/docs/programmer_reference/arch_progmodel.html index a1136d2b..d459c9ac 100644 --- a/docs/programmer_reference/arch_progmodel.html +++ b/docs/programmer_reference/arch_progmodel.html @@ -14,7 +14,7 @@ -

- Berkeley DB is a database library, in which the library is linked into the address space of the - application using it. One or more applications link the Berkeley DB library - directly into their address spaces. There may be many threads of control in this model because - Berkeley DB supports locking for both multiple processes and for multiple threads within a - process. This model provides significantly faster access to the database functionality, but - implies trust among all threads of control sharing the database environment because they will - have the ability to read, write and potentially corrupt each other's data. -

+

+ Berkeley DB is a database library, in which the library is + linked into the address space of the application using it. One + or more applications link the Berkeley DB library directly + into their address spaces. There may be many threads of + control in this model because Berkeley DB supports locking for + both multiple processes and for multiple threads within a + process. This model provides significantly faster access to + the database functionality, but implies trust among all + threads of control sharing the database environment because + they will have the ability to read, write and potentially + corrupt each other's data. +