Hi,

2009/3/24 Andres Riancho <andres.rian...@gmail.com>:
> List,
>
>    The other day, Sasha [Alexander Bereznhoy] sent me an email with
> this link [0] that states that "
> python daemon threads considered harmful". Do you guys have any
> experience in the subject? For me... they ARE harmful, and thats why
> w3af is delivered with 0 threads as the default for threading.

Yes, I had the same problem when tried to introduce a thread pool to
my metta project [1].
After trying to overcome the issue, I came across that link [0] and
got rid of the daemons in the thread pool in a fast'n'dirty fashion
[2]. (As far as I remember, the client code was slightly modified
either).

[1] http://code.google.com/p/metta/
[2] http://code.google.com/p/metta/source/browse/trunk/core/threadpool.py

Sasha.

>
> [0] http://joeshaw.org/2009/02/24/605
>
> Cheers,
> --
> Andrés Riancho
> http://www.bonsai-sec.com/
> http://w3af.sourceforge.net/
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> W3af-develop mailing list
> W3af-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/w3af-develop
>



-- 
Alexander (Sasha) Berezhnoy, OSCP
http://sandals-on-my-head.blogspot.com

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to