From: unknown Date: Fri, 19 Sep 2014 17:15:21 +0000 (-0700) Subject: Locate threadskv7 within eventual consistency model. X-Git-Url: https://pd.if.org/git/?p=btree;a=commitdiff_plain;h=497149e860bacfdd1a24c66e9cc22d42edafbe69 Locate threadskv7 within eventual consistency model. --- diff --git a/README.md b/README.md index 16adcf3..1d5fdb9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ threadskv5.c Multi-Threaded/Multi-Process based on threadskv4b that supports bi- threadskv6.c Multi-Threaded/Single-Process with traditional buffer pool manager using the swap device. Based on threadskv5 and btree2u. -threadskv7.c Multi-Threaded/Single-Process with atomic add of a set of keys +threadskv7.c Multi-Threaded/Single-Process with atomic add of a set of keys under eventual consistency. Adds a lock manager. Compilation is achieved on linux or Windows by: