Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins related to "multi-thread"
2020-05-22
| ||
20:16 | Merge trunk ... (Closed-Leaf check-in: 1e4aaf7b2e user: jan.nijtmans tags: multi-thread) | |
17:54 | Update the built-in SQLite to version 3.32.0. ... (check-in: f82e054fd6 user: drh tags: trunk) | |
2020-01-28
| ||
20:39 | Merge trunk ... (check-in: 9dbea18c71 user: jan.nijtmans tags: multi-thread) | |
06:40 | Merged in mimetypes-setting branch. ... (check-in: 009a24313b user: stephan tags: trunk) | |
2018-07-18
| ||
20:22 | Merge trunk ... (check-in: 02bc919bc0 user: jan.nijtmans tags: multi-thread) | |
19:22 | Use the new SQLITE_FCNTL_DATA_VERSION interface in SQLite to limit running the backoffice processing to case when the repository file changes. ... (check-in: 752ea432d1 user: drh tags: trunk) | |
2017-12-23
| ||
01:50 | merge trunk ... (check-in: b8e4dcc991 user: jan.nijtmans tags: multi-thread) | |
00:50 | Fix the "fossil server" command to allow up to FOSSIL_MAX_CONNECTIONS (default 1000) pending HTTP requests. This is an increase from 2. Add the --max-latency command-line option for "fossil server". Do a better job of harvesting dead child processes. Report the number of sibling HTTP request handler processes on the /test_env page. ... (check-in: 05ec15cad5 user: drh tags: trunk) | |
2017-08-31
| ||
02:00 | Merge trunk ... (check-in: d15c1ba0f9 user: jan.nijtmans tags: multi-thread) | |
01:00 | Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. Various other enhancements that take advantage of this new capability. ... (check-in: f74f7014c2 user: drh tags: trunk) | |
2014-12-06
| ||
16:57 | Fix merge conflict with trunk ... (check-in: acd718448f user: jan.nijtmans tags: multi-thread) | |
15:57 | merge trunk ... (check-in: e5a1100bcc user: jan.nijtmans tags: multi-thread) | |
15:47 | Merge the new DBP-workflow commands into trunk: bundle, purge, publish, and unpublished. ... (check-in: a81a47f66c user: drh tags: trunk) | |
2014-11-28
| ||
17:33 | merge trunk ... (check-in: 59cde7bb12 user: jan.nijtmans tags: multi-thread) | |
17:23 | Add the "files_of_checkin" virtual table. ... (check-in: 7a588fe662 user: drh tags: trunk) | |
15:31 | merge trunk ... (check-in: 6f95bf643a user: jan.nijtmans tags: multi-thread) | |
15:11 | Restore the built-in SQLite to version 3.8.8 after fixing the fragmentation size corruption problem. ... (check-in: 21b30fc023 user: drh tags: trunk) | |
2014-09-26
| ||
14:04 | merge trunk ... (check-in: 9ba4ebaa66 user: jan.nijtmans tags: multi-thread) | |
2014-09-24
| ||
09:01 | Move the check for "server-code"/"project-code" into the function db_setup_server_and_project_codes() ... (check-in: 35bf217336 user: jan.nijtmans tags: trunk) | |
2014-09-12
| ||
21:43 | Rename new setting to 'max-wthreads'. Make sure all new code relies upon USE_SYSTEM_SQLITE. Style cleanup. ... (check-in: c40085c558 user: mistachkin tags: multi-thread) | |
21:18 | Merge trunk. Only enable max-worker-threads setting when fossil is compiled with --disable-internal-sqlite and SQLite is compiled with multi-thread support ... (check-in: c5ec6abdba user: jan.nijtmans tags: multi-thread) | |
2014-09-11
| ||
17:25 | char-vs-int fixes in the JSON API: caused underflow (and thus incorrect is-flag-set results) on platforms where char is unsigned (Linux/ARM). ... (check-in: 57f0bb98c6 user: stephan tags: trunk) | |
2014-09-10
| ||
08:17 | merge trunk ... (check-in: d5a00a1521 user: jan.nijtmans tags: multi-thread) | |
01:39 | Fix a typo in help text. ... (check-in: fe46cc6532 user: drh tags: trunk) | |
2014-09-04
| ||
09:22 | Merge trunk. Implement new "max-worker-threads" setting, which controls the maximum number of auxilary worker threads that a single prepared statement may start. ... (check-in: 3a9f3a73c2 user: jan.nijtmans tags: multi-thread) | |
2014-09-03
| ||
18:02 | Refine the batch file used to build with MSVC to permit use of a pre-existing build environment. ... (check-in: 214b1d0a37 user: mistachkin tags: trunk) | |
11:37 | If we really want to do fast sorting in separate threads, SQLITE_DEFAULT_WORKER_THREADS should be set to >0. ... (check-in: 8b21690899 user: jan.nijtmans tags: multi-thread) | |
08:10 | merge trunk ... (check-in: 62446e2c64 user: jan.nijtmans tags: multi-thread) | |
08:09 | If fossil is configured with --disable-internal-sqlite and the system SQLite is SQLite 3.8.7 (not compiled with SQLITE_THREADSAFE=0), allow fossil to use the faster sorting using multiple threads. ... (check-in: d4044fe220 user: jan.nijtmans tags: trunk) | |
2014-09-01
| ||
20:40 | Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) ... (check-in: bc8b21d01c user: jan.nijtmans tags: multi-thread) | |
19:01 | Add two new quotes to the "quotes.wiki" page. ... (check-in: c19b3f8846 user: drh tags: trunk) | |