Project

General

Profile

Actions

Bug #30

closed

sqlite3 database / asynchronous access to it

Added by laforge about 8 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Category:
OpenBSC
Start date:
Due date:
% Done:

0%

Resolution:
duplicate
Spec Reference:

Description

Sometimes we want to access the database but it might be locked, or the data might require reading some data off disk.

Due to the single-threaded non-blocking architecture of bsc_hack, this may cause all kinds of problems.

Either we have to treat the database as a separate process to which we send messages, or we have to simply cache all the data in RAM and only update the on-disk cache whenever convenient and/or at program exit time.


Related issues

Related to OsmoNITB - Feature #1592: VLR in libmsc, to connect to HLR asynchronouslyClosedneels02/23/2016

Actions
Related to OsmoNITB - Bug #1591: libdbi is buggy and slow, get rid of itClosedneels02/23/2016

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)