Rick Pritchett <[EMAIL PROTECTED]> wrote:
> What I would like to do is if the data base returns a busy or locked
> status is to set up my proc to retry the write.  Or can I take care
> of this easier by setting a long timeout?  And from what I read
> timeout basically keeps retrying the write for a specified amount of
> time.  Is this correct?

This is correct.

> Or is it that the write is retried again
> that time is reached?

If you are asking whether the operation is only retried once after the 
timeout has elapsed - no, this is not the case. The operation is retried 
several times with short intervals, until either it succeeds or the 
timeout elapses.

> Also does sqlite use a serialized queue for
> processing the
> transactions?

I'm not sure I understand the question. What precisely do you mean by 
"serialized queue"?

Igor Tandetnik



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

Reply via email to