⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: admin.so,v 10.17 2001/03/02 21:01:21 bostic Exp $])m4_ref_title(m4_tam Applications,    Environment infrastructure,    administering @transaction protected applications,    transapp/nested, transapp/deadlock)m4_p([dnlWhen building transactional applications, it is usually necessary tobuild an administrative infrastructure around the database environment.There are five components to this infrastructure, and each issupported by the m4_db package in two different ways: a standaloneutility and one or more library interfaces.])m4_bulletbeginm4_bullet([Deadlock detection: m4_ref(db_deadlock),m4_ref(lock_detect), m4_ref(dbenv_set_lk_detect)])m4_bullet([Checkpoints: m4_ref(db_checkpoint), m4_ref(txn_checkpoint)])m4_bullet([Database and log file archival:m4_ref(db_archive), m4_ref(log_archive)])m4_bullet([Log file removal: m4_ref(db_archive), m4_ref(log_archive)])m4_bullet([Recovery procedures: m4_ref(db_recover), m4_ref(dbenv_open)])m4_bulletendm4_p([dnlWhen writing multithreaded server applications and/or applicationsintended for download from the Web, it is usually simpler to createlocal threads that are responsible for administration of the databaseenvironment as scheduling is often simpler in a single-process model,and only a single binary need be installed and run.  However, thesupplied utilities can be generally useful tools even when theapplication is responsible for doing its own administration becauseapplications rarely offer external interfaces to databaseadministration.  The utilities are required when programming to a m4_dbscripting interface because the scripting APIs do not always offerinterfaces to the administrative functionality.])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -