U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » Does SQLite is thread safe?
Re: Does SQLite is thread safe? [message #20878 is a reply to message #20875] Wed, 15 April 2009 18:22 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
JoseB wrote on Wed, 15 April 2009 11:30

Hi,
I am planning an upp aplication that will have a service for running in windows xp and a GUI console to administer that service. The service will use SQLite database. During execution will be the change that service is reading from database table and console is adding or editing records.
Does SQLite database supports this?
If not, which FREE database are you using for multiuser/multiprocess?


Thanks

JoseB


As long as you keep one session per one thread, I think you should be OK.

(More threads per one session are OK too, but you need to serialize then).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: '?' make errors
Next Topic: Application error under WindowsXP
Goto Forum:
  


Current Time: Wed Apr 29 11:37:37 GMT+2 2026

Total time taken to generate the page: 0.00795 seconds