Hi all, I've been looking at the server.c file. And have started some testing. I'd like to know if the server.c (single process, single server thread handling incoming requests) can handle SQL statements such as Begin TXn and Commit? From what I've gathered doing a begin exclusive doesnt really seem to work. I get success on 4 concurrent threads. Then later get a commit failure indicating "no transaction active".. Thanks for your help. Ken
- [sqlite] server and threading Ken

