[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: back-bdb deadlocks?



> No, you can't by default; that's what the attachment in my previous 
> email is for. I posted a patch to BerkeleyDB and a patch to back-bdb, 
> you must have missed the BerkeleyDB patch in the attached dif.txt...

Ah, I hadn't realized you were re-designing DB ;)

> The back-bdb code explicitly releases all the page locks (lock_vec(), 
> DB_LOCK_PUT_ALL) so there's no problem here.

That's interesting.