Re: --random-wait: users can no longer specify a minimum wait

2006-02-05 Thread Hrvoje Niksic
Dan Jacobson [EMAIL PROTECTED] writes: H Maybe it should rather vary between 0.5*wait and 1.5*wait? There you go again making assumptions about what the user wants. Simply looking for a more reasonable default.

Re: --random-wait: users can no longer specify a minimum wait

2006-02-04 Thread Dan Jacobson
H Maybe it should rather vary between 0.5*wait and 1.5*wait? There you go again making assumptions about what the user wants. H I think it'd be a shame to spend more arguments on such a rarely-used H feature. --random-wait[=a,b,c,d...] loaded with lots of downwardly compatible arguments that are

--random-wait: users can no longer specify a minimum wait

2006-02-02 Thread Dan Jacobson
--random-wait causes the time between requests to vary between 0 and 2 * wait seconds, where wait was specified using the --wait option, So one can no longer specify a minimum wait time! The 2 and at least the 0 should be user configurable floating numbers.

Re: --random-wait: users can no longer specify a minimum wait

2006-02-02 Thread Hrvoje Niksic
Dan Jacobson [EMAIL PROTECTED] writes: --random-wait causes the time between requests to vary between 0 and 2 * wait seconds, where wait was specified using the --wait option, So one can no longer specify a minimum wait time! Good point. Maybe it should rather vary between 0.5*wait and