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

📄 joinenv.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: joinenv.so,v 1.1 2005/09/09 12:40:34 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    [Release 4.4: DB_JOINENV],,    upgrade.4.4/isolation, upgrade.4.4/mutex)m4_p([dnlThe semantics of joining existing m4_db database environments has changedin the 4.4 release.  Previously:])m4_nlistbeginm4_nlist([dnlApplications joining existing environments, but not configuring some ofthe subsystems configured in the environment when it was created, wouldnot be configured for those subsystems.])m4_nlist([dnlApplications joining existing environments, but configuring additionalsubsystems in addition to the subsystems configured in the environmentwhen it was created, would cause additional subsystems to be configuredin the database environment.])m4_nlistendm4_p([dnlIn the 4.4 release, the semantics have been simplified to make it easierto write robust applications.  In the 4.4 release:])m4_nlistbeginm4_nlist([dnlApplications joining existing environments, but not configuring some ofthe subsystems configured in the environment when it was created, willnow automatically be configured for all of the subsystems configured inthe environment.])m4_nlist([dnlApplications joining existing environments, but configuring additionalsubsystems in addition to the subsystems configured in the environmentwhen it was created, will fail, as no additional subsystems can beconfigured for a database environment after it is created.])m4_nlistendm4_p([dnlIn other words, the choice of subsystems initialized for a m4_dbdatabase environment is specified by the thread of control initiallycreating the environment.  Any subsequent thread of control joining theenvironment will automatically be configured to use the same subsystemsas were created in the environment (unless the thread of controlrequests a subsystem not available in the environment, which will fail).Applications joining an environment, able to adapt to whateversubsystems have been configured in the environment, should open theenvironment without specifying any subsystem flags.  Applicationsjoining an environment, requiring specific subsystems from theirenvironments, should open the environment specifying those specificsubsystem flags.])m4_p([dnlThe DB_JOINENV flag has been changed to have no effect in the m4_db 4.4release.  Applications should require no changes, although uses of theDB_JOINENV flag may be removed.])m4_page_footer

⌨️ 快捷键说明

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