Re: [W3af-users] w3af and multiprocessing

2015-01-19 Thread Sergey
On 19.01.2015 15:12, Andres Riancho wrote: > Sergey, > > On Mon, Jan 19, 2015 at 8:12 AM, Sergey wrote: >> Hi, everyone. >> >> I'm trying to execute w3af scans of multiple domains in parallel with >> multiprocessing package http://pastebin.com/ha2K4NCP >> >> This script fails with AssertionError:

Re: [W3af-users] w3af and multiprocessing

2015-01-19 Thread Andres Riancho
Sergey, On Mon, Jan 19, 2015 at 8:12 AM, Sergey wrote: > Hi, everyone. > > I'm trying to execute w3af scans of multiple domains in parallel with > multiprocessing package http://pastebin.com/ha2K4NCP > > This script fails with AssertionError: No calls to SQLiteDBMS can be > made after stop(). > h

[W3af-users] w3af and multiprocessing

2015-01-19 Thread Sergey
Hi, everyone. I'm trying to execute w3af scans of multiple domains in parallel with multiprocessing package http://pastebin.com/ha2K4NCP This script fails with AssertionError: No calls to SQLiteDBMS can be made after stop(). http://pastebin.com/G7vS63TG If I switch to multiprocessing.dummy (th