From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/installation/fcbc_notif.html | 129 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/installation/fcbc_notif.html (limited to 'docs/installation/fcbc_notif.html') diff --git a/docs/installation/fcbc_notif.html b/docs/installation/fcbc_notif.html new file mode 100644 index 00000000..3db452dd --- /dev/null +++ b/docs/installation/fcbc_notif.html @@ -0,0 +1,129 @@ + + + + + + Failchk Broadcast Notifications + + + + + + + + + +
+
+
+
+

Failchk Broadcast Notifications

+
+
+
+
+
+
+ + New Parameter Value + +
+
+ + New Events + +
+
+
+

+ The DB_ENV->failchk() method now has a new option to notify + environment processes of an application failure as soon + as possible. This option causes any thread waiting on a + mutex owned by a crashed process to return + DB_RUNRECOVERY instead of hanging. +

+

+ This option is enabled at compile time with the new + configure option + + --enable-failchk_broadcast. + When enabled, this option provides a new timeout. It also + provides new events that notify the application when a + thread is about to return + DB_RUNRECOVERY. +

+
+
+
+
+

New Parameter Value

+
+
+
+
+ +
+
+
+
+
+
+

New Events

+
+
+
+ +
+
+ + + -- cgit v1.2.1