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

📄 id.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: id.so,v 1.8 2006/07/14 23:04:42 alanb Exp $])m4_ref_title(m4_db Replication,    Replication environment IDs,, rep/intro, rep/pri)m4_p([dnlEach database environment included in a replication group must have aunique identifier for itself and for the other members of thereplication group.   The identifiers do not need to be global, that is,each database environment can assign local identifiers to members ofthe replication group as it encounters them.  For example, given threesites: A, B and C, site A might assign the identifiers 1 and 2 to sitesB and C respectively, while site B might assign the identifiers 301 and302 to sites A and C respectively.  Note that it is not wrong to haveglobal identifiers, it is just not a requirement.])m4_p([dnlIt is the responsibility of the application to label each incomingreplication message passed to m4_refT(rep_message) with the appropriateidentifier.  Subsequently, m4_db will label outgoing messages to them4_arg(send) function with those same identifiers.])m4_p([dnlNegative identifiers are reserved for use by m4_db, and should never beassigned to environments by the application.  Two of these reservedidentifiers are intended for application use, as follows:])m4_tagbeginm4_tag([m4_ref(DB_EID_BROADCAST)], [dnlThe m4_ref(DB_EID_BROADCAST) identifier indicates a message should bebroadcast to all members of a replication group.])m4_tag([m4_ref(DB_EID_INVALID)], [dnlThe m4_ref(DB_EID_INVALID) identifier is an invalid environment ID, andmay be used to initialize environment ID variables that are subsequentlychecked for validity.])m4_tagendm4_p([dnlReplication Manager assigns and manages environment IDs on behalf ofthe application.])m4_page_footer

⌨️ 快捷键说明

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