[W3af-svn-notify] SF.net SVN: w3af:[5364] branches/threading2/core/data/db
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-07-17 02:03:33
|
Revision: 5364 http://w3af.svn.sourceforge.net/w3af/?rev=5364&view=rev Author: andresriancho Date: 2012-07-17 02:03:27 +0000 (Tue, 17 Jul 2012) Log Message: ----------- Migrated db.py to a new model where all access to sqlite3 is done in the same thread and INSERT/SELECTs are Queued into an input Queue which allows for a very fast API for clients that want to INSERT stuff and don't care about any results (which is our case). Modified Paths: -------------- branches/threading2/core/data/db/db.py branches/threading2/core/data/db/history.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |