diogoleitao / fenixfuzz

A grey-box fuzzer for FenixEdu
MIT License
0 stars 0 forks source link

Multi-threaded HTTP requests to increase perfomance #7

Closed diogoleitao closed 8 years ago

diogoleitao commented 8 years ago

See http://goo.gl/itBywp

diogoleitao commented 8 years ago

See also: https://goo.gl/0qDdES

diogoleitao commented 8 years ago

As stated in https://jeffknupp.com/blog/2012/03/31/pythons-hardest-problem/ , this will probably be discarded (for now), although multiprocessing could be a good alternative.