Hello,

   I have a single threaded non-blocking server that uses a single in memory
database. It's client API is the RPC version of the SQLite API.
I wrote a Ruby test script that tests the client API functionality. All my
tests pass successfully. How ever when I run two instances of the test
clients I get a table lock when doing "drop table testxxx"  after a select.
I did not forget to reset or finalize after the select. My table names are
unique for each client. I am using 3.6.1.

Thanks,
-Alex
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to