From: unknown Date: Mon, 13 Jan 2014 22:08:38 +0000 (-0800) Subject: Introduce new threads2i.c file to project X-Git-Url: https://pd.if.org/git/?p=btree;a=commitdiff_plain;h=83519477db19dae90dbcbae99b7c00f40d985024 Introduce new threads2i.c file to project --- diff --git a/README.md b/README.md index 37383fc..7b2ba84 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ There are three major code sets in the btree source code: btree2q.c Single Threaded/MultiProcess with latching supplied by advisory file locking. Works with network file systems. threads2h.c Multi-Threaded/Multi-Process with latching implemented with test & set locks in the btree pages. +threads2i.c Multi-Threaded/Multi-Process with latching implemented with test & set locks in the btree pages with Linux futex system calls for contention. The Foster set includes three types of latching: