I am having some issues with dead locks.  Currently I have two
different processes access the sqlite db, one is an Apache module
using the dbd framework to manage connections, the other is a .Net
program using the standard .Net provider.

I wanted to just validate that both the providers can open the DB for
read/write but when there is no transactions, the other process should
not have a problem reading or writing.

I am 99.9% sure that the issue is in my code because when one feature
is turned off, the dead lock stops, I just wanted to double check:)

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

Reply via email to