> BTW can flood simulate a steady # of requests being attempted per > second? > or does it just fire up N threads/processes and whack away. > ( check out http://www.cs.rice.edu/CS/Systems/Web-measurement/ for more > info)
Heh, nice coincidence -- I printed that paper out earlier today and gave Justin a copy. Flood has settable delays between requests with (I think) pseudo-random adjustments. It can also blast away, if that's what is needed for a given test. ....Roy