[W3af-svn-notify] SF.net SVN: w3af:[6612] branches/threading2/core/data
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2013-01-04 19:11:16
|
Revision: 6612 http://w3af.svn.sourceforge.net/w3af/?rev=6612&view=rev Author: andresriancho Date: 2013-01-04 19:11:09 +0000 (Fri, 04 Jan 2013) Log Message: ----------- New DB implementation. Improvements: * Only one sqlite3 connection is held in memory * Only 1 thread is used, no matter how many disk_lists are created * Created new disk_dict which is much faster than temp_shelve Added Paths: ----------- branches/threading2/core/data/db/ branches/threading2/core/data/db/__init__.py branches/threading2/core/data/db/dbms.py branches/threading2/core/data/db/disk_dict.py branches/threading2/core/data/db/disk_item.py branches/threading2/core/data/db/disk_list.py branches/threading2/core/data/db/disk_set.py branches/threading2/core/data/db/history.py branches/threading2/core/data/db/startup_cfg.py branches/threading2/core/data/db/tests/ branches/threading2/core/data/db/tests/shelve_vs_sqlite3.py branches/threading2/core/data/db/tests/test_dbms.py branches/threading2/core/data/db/tests/test_disk_dict.py branches/threading2/core/data/db/tests/test_disk_list.py branches/threading2/core/data/db/tests/test_disk_set.py branches/threading2/core/data/db/tests/test_history.py branches/threading2/core/data/db/tests/test_startup_cfg.py branches/threading2/core/data/db/tests/test_variant_db.py branches/threading2/core/data/db/variant_db.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |