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:
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
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