osmo-msc/debian
Harald Welte 467fc5728d switch sqlite3 to single-threaded mode
Looking at 'perf top' of osmo-msc under load shows that there's a
significant amount of time spent in terms of locking (mutex,...)
which is useless as osmo-msc is a single-threaded application.

Unfortunately libdbi doesn't provide a mechanism to perform
sqlite3_config(), so we have to do it directly here, introducing an
explicit build-time dependency (and linkage) to libsqlite3.

Related: OS#5559
Change-Id: I5bbea90d28b6d73b64b9e5124ff59304b90a8a75
2022-05-15 13:04:56 +02:00
..
source debian: Move debian directory to ease building packages 2012-11-06 23:01:43 +01:00
changelog Bump version: 1.7.0.43-aefbf-dirty → 1.8.0 2021-11-16 17:44:54 +01:00
compat Integrate Debian packaging changes 2016-12-21 10:31:21 +00:00
control switch sqlite3 to single-threaded mode 2022-05-15 13:04:56 +02:00
copyright rework debian packages support 2017-08-29 12:51:20 +00:00
osmo-msc-doc.install debian: create -doc subpackage with pdf manuals 2019-05-29 12:14:16 +02:00
osmo-msc.install Install sample cfg file to /etc/osmocom 2018-09-12 18:49:29 +02:00
rules debian: create -doc subpackage with pdf manuals 2019-05-29 12:14:16 +02:00