In the doc, it is indicated that exclusive lock is required to write to the 
database. 
In this case, it can not be simultaneously other locks for reading (Shared..).

And in wal mode? 

Are we to understand that the pending / exclusive locks function differently
and allow simultaneous shared locks?

What locks/transactions should be used, to allow simultaneous readers and one 
writer?

Thank you

Le 16 déc. 2011 à 15:40, Igor Tandetnik a écrit :

> Paxdo Presse <pa...@mac.com> wrote:
>> With WAL mode,
>> there may be multiple readers and one writer, SIMULTANEOUSLY.
>> 
>> is very different from the rollback mode.
>> 
>> Should we handle locks and transactions differently?
> 
> How do you handle them now? Is there a particular scenario you are concerned 
> about?
> -- 
> Igor Tandetnik
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to