On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

"Sripathi Raj" <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I'm setting the sqlite_busy_timeout to 1500 millseconds using my
database
> handle (DBI). When I lock the database and try to commit, it waits for 7
or
> 8 wallclock seconds before giving up. What's the reason for this
behavior?
> Shouldn't the function return after 1.5 seconds?
>

On unix, make sure you compile with -DHAVE_USLEEP=1
--
D. Richard Hipp   <[EMAIL PROTECTED]>

This is on Windows XP.

Reply via email to