SQLite

Check-in [a726d98122]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add code to this branch to emit a log message after each cumulative second that the WRITER lock has been held.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | server-edition
Files: files | file ages | folders
SHA3-256: a726d98122704e1e702cfa7ae61d680497df6a826d98082161e0823e115d40a5
User & Date: dan 2017-05-22 08:01:58.394
Context
2017-06-07
15:55
Add too/tserver.c - the implementation of a simple multi-threaded server designed for interactive testing of concurrency between connections used by different threads of the same process. (check-in: 05b4fc4340 user: dan tags: server-edition)
2017-05-22
08:01
Add code to this branch to emit a log message after each cumulative second that the WRITER lock has been held. (check-in: a726d98122 user: dan tags: server-edition)
2017-05-15
19:32
Avoid writer starvation by adding a RESERVED state to page locks. (check-in: 9b7f80246f user: dan tags: server-edition)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.
Changes to src/server.c.