ncdc 1.12 released.

This commit is contained in:
Yorhel 2012-07-10 15:17:53 +02:00
parent e82b277935
commit 1ac0600f93
10 changed files with 109 additions and 24 deletions

View file

@ -18,7 +18,7 @@ responsive and handling most of the network interaction. Overall responsiveness
of the program would significantly improve when the threads could access the
database without involvement of the main thread.
Which brings us to the following question: What solutions are available for
Which brought me to the following questions: What solutions are available for
providing multi-threaded access to an SQLite database? What problems may I run
in to? I was unable to find a good overview in this area on the net, so I wrote
this article with the hope to improve that situation.