I try to write into a database with multiple processes, which can not 
communicate to one another, beacause i start one programm many times.
When the program should write, it returns sqlite_busy. that i 
understand. but then, every process return sqlite_busy, and it seems 
they are blocking themselves, and the programm is stuck in an endless 
loop. How can this be fixed? even if i wait up to 5 seconds until i try 
again to write, it is still stuck.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to