Differences From Artifact [736cb58f03]:
- File db.scm — part of check-in [ebaba5e373] at 2019-10-30 23:24:56 on branch v1.65-wip — wip (user: matt, size: 2072) [annotate] [blame] [check-ins using]
To Artifact [246b63bd15]:
- File attic/db.scm — part of check-in [7e32aa8d9e] at 2019-12-06 04:16:21 on branch v1.65-try3 — moved the old compilation unit files to the attic, removed some debug stuff of Brandons, TODO: put that stuff into a module and enable use of it. (user: matt, size: 1964) [annotate] [blame] [check-ins using] [more...]
- File db.scm — part of check-in [9f0b57c507] at 2019-11-01 17:20:42 on branch v1.65-wip-alt — Added hierarchy graph (user: mrwellan, size: 1964) [annotate] [blame] [check-ins using]
︙ | |||
48 49 50 51 52 53 54 | 48 49 50 51 52 53 54 55 | - - - | (declare (uses commonmod)) (import commonmod) (define *rundb-mutex* (make-mutex)) ;; prevent problems opening/closing rundb's (define *number-of-writes* 0) (define *number-non-write-queries* 0) |