diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/programmer_reference/arch_progmodel.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/programmer_reference/arch_progmodel.html')
| -rw-r--r-- | docs/programmer_reference/arch_progmodel.html | 32 |
1 files changed, 16 insertions, 16 deletions
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 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="arch.html">Prev</a> </td> - <th width="60%" align="center">Chapter 8. - Berkeley DB Architecture - </th> + <th width="60%" align="center">Chapter 8. Berkeley DB Architecture </th> <td width="20%" align="right"> <a accesskey="n" href="arch_apis.html">Next</a></td> </tr> </table> @@ -38,15 +36,19 @@ </div> </div> </div> - <p> - 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. -</p> + <p> + 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. + </p> </div> <div class="navfooter"> <hr /> @@ -59,9 +61,7 @@ <td width="40%" align="right"> <a accesskey="n" href="arch_apis.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">Chapter 8. - Berkeley DB Architecture - </td> + <td width="40%" align="left" valign="top">Chapter 8. Berkeley DB Architecture </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
