Bojan Smojver
Mon, 19 May 2008 14:20:10 -0700
On Mon, 2008-05-19 at 16:33 -0400, Tom Donovan wrote: > It appears to be a presumption that only one dbd provider is used in an > application. A private > per-provider lock seems like a much better idea for dbd drivers which use it > like SQLite & Oracle do. Actually, in my apps I use all drivers, but I do agree that private per-provider locks are better. We only use them if they are really required, otherwise we don't waste time on them, as you explained. -- Bojan