osmo-msc/tests/db_sms
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
..
Makefile.am switch sqlite3 to single-threaded mode 2022-05-15 13:04:56 +02:00
db_sms_test.c tests: Replace deprecated API log_set_print_filename 2021-02-19 14:11:26 +01:00
db_sms_test.err db_sms_test: Remove libdbi expected driver load errors 2019-06-05 17:01:06 +00:00
db_sms_test.ok libmsc/db.c: get rid of hard-coded SMS expiry threshold 2019-06-07 08:05:24 +07:00