Is there a problem using multi-thread software with Sqlite?

Asked

Viewed 113 times

3

Are there problems using multi-threaded software with an Sqlite database? This database will only have one connection, but the software that will access it is multi-thread (application server). Is there a problem? The Sqlite library is able to manage the commands of this connection?

1 answer

1

There are problems using multi-threaded software with an Sqlite database?

Not. Worth reading this document that explains how to set up your bank to support multithreading.

The Sqlite library is able to manage the commands of this connection?

It is. It all depends on the language your application is made of and the library you choose. A few examples:

Browser other questions tagged

You are not signed in. Login or sign up in order to post.