Re: [sqlite] concurrent write

2008-11-29 Thread Alexey Pechnikov
Hello! В сообщении от Saturday 29 November 2008 04:12:06 Richard Kim написал(а): > Thanks for your link, but it is not really click me too well > I should set this busy_timeout to longer ms than current ? Set timeout to 2000, for start. Best regards, Alexey. _

Re: [sqlite] concurrent write

2008-11-28 Thread Teg
To: General Discussion of SQLite Database RK> Subject: Re: [sqlite] concurrent write RK> Hello! RK> В сообщении от Saturday 29 November 2008 01:16:17 Richard Kim написал(а): >> We have database table, and it is being written, sometimes 30 times a >> second. >> Some of

Re: [sqlite] concurrent write

2008-11-28 Thread Richard Kim
: General Discussion of SQLite Database Subject: Re: [sqlite] concurrent write Hello! В сообщении от Saturday 29 November 2008 01:16:17 Richard Kim написал(а): > We have database table, and it is being written, sometimes 30 times a > second. > Some of the data succeeded, but some aren

Re: [sqlite] concurrent write

2008-11-28 Thread Alexey Pechnikov
Hello! В сообщении от Saturday 29 November 2008 01:16:17 Richard Kim написал(а): > We have database table, and it is being written, sometimes 30 times a > second.   > Some of the data succeeded, but some aren't. >   > How should we handle this sort of lock issue  ? http://www.sqlite.org/c3ref/bus

[sqlite] concurrent write

2008-11-28 Thread Richard Kim
Hi, We have database table, and it is being written, sometimes 30 times a second. Some of the data succeeded, but some aren't. How should we handle this sort of lock issue ? thanks Richard K ___ sqlite-users mailing list sqlite-users@sqlite.org