Reply To: svn-1655 make error

#12453
MSN_Exploder
Participant

@rpedde wrote:

i keep getting sqlite_misuse errors, but I can’t find it, so to work around it until I really find where I’m screwing stuff up, I’m just going to re-open the db in each thread.

Every thread connects directly to the db?
(Cant look into the source right now)
Why not simply use one thread only for the database?

i.e. use one thread just doing the db stuff,
and all the other fancy threads just queue the “db-master-thread”
(Dont punish me if there already something similar, no source here 😉 )

btw, all the sourceforge links on the wiki – trac page are leading straight into nowhere 😉

@rpedde wrote:

Trying… I feel almost human now.

great ^^