[Geany-devel] Request: multithreaded tag generation?

Thomas Martitz thomas.martitz at xxxxx
Tue Nov 8 08:49:55 UTC 2011


Am 08.11.2011 03:13, schrieb Lex Trotman:
>
> Not so easy, from the sqlite faq:
>
> (6) Is SQLite threadsafe?
>
>      Threads are evil. Avoid them.
>
> And what they don't mention is that you can deadlock your system if
> the access isn't coordinated, ... back to square one.
>

They do mention though that SQLite is thread-safe, and that a db 
connection can be shared across threads. So your quote draws things 
worse than they are.

Doesn't Anjuta use SQLite? Are they using it multi-threaded?

Best regards.



More information about the Devel mailing list