В сообщении от Wednesday 02 July 2008 19:11:58 Alex Katebi написал(а):
>    I have an in memory database and a single multiplexed thread for all
> readers and writes.
> I like to be able to read tables without locking out other readers and
> writers.
> Is this possible? I don't mind writers using locks but some of my readers
> are slow and I don't want them to hold locks for long periods.

You can simulate this. See "db timeout" function. 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to