Boost logo

Boost :

Subject: Re: [boost] [Bug Sprint] The November bug sprint starts tomorrow!
From: Dean Michael Berris (mikhailberis_at_[hidden])
Date: 2010-11-26 20:29:51


On Sat, Nov 27, 2010 at 6:25 AM, Rene Rivera <grafikrobot_at_[hidden]> wrote:
> On 11/26/2010 4:09 PM, Klaim wrote:
>>
>> not sure if it's a revelant information but I tried the firs link and got
>> a
>> server error with this reason : "OperationalError: database is locked"
>>
>> I just retried and it work correctly now.
>
> Yes, I'm aware of, and trying to fix, that problem. It's intermittent, but
> recurring with sufficient propensity to be really annoying :-(
>

This is inherent in SQLite because it's designed to be a
single-threaded embedded database. If there's an option to use BDB,
PostgreSQL, or MySQL as the backing store, we can avoid this database
locking issue.

-- 
Dean Michael Berris
deanberris.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk