Steve,

On Tue, Feb 8, 2011 at 9:07 PM, Andres Riancho <andres.rian...@gmail.com> wrote:
>> Berkeley DB is what was used as a file based key-value store before
>> sqlite, but has no major benefits in most uses over sqlite which is why
>> it didn't spring to mind. ;-)
>>
>> If you have many threads writing concurrently, BDB can be faster, but
>> you have a great decrease in functionality as a cost.
>>
>> http://en.wikipedia.org/wiki/Berkeley_DB
>
> I already took a look into BDB and for some reason I discarded it, now
> I don't remember why :(

Ahh, this is why! "Deprecated since version 2.6: The bsddb module has
been deprecated for removal in Python 3.0." [0]

[0] http://docs.python.org/library/bsddb.html
-- 
Andrés Riancho
Director of Web Security at Rapid7 LLC
Founder at Bonsai Information Security
Project Leader at w3af

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to