mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

Skipfish to slow under cygwin #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I have installed skipfish on my computer in Cygwin (under Windows 7). Even on 
localhost it performs extremely slow (<100 Requests/second). Is there some way, 
how to accelerate the performance?
Thank you
John

Original issue reported on code.google.com by Konigu...@gmail.com on 23 Oct 2013 at 1:44

GoogleCodeExporter commented 8 years ago
100 requests per second could also happen on other systems and depends on what 
you're actually scanning (e.g. a dynamic PHP site or some static HTML site).

You could actually try to limit the requests per second and/or the concurrent 
requests per host to see if this reduces the general load on the machine in 
favor of some performance gain. 

Anyway, without performance data, I don't know how you give you advice.

Original comment by niels.he...@gmail.com on 17 Nov 2013 at 8:13