Re: cvs commit: httpd-test/flood/examples round-robin-example.xml

2001-08-02 Thread Aaron Bannert
On Thu, Aug 02, 2001 at 04:10:26PM -0700, Roy Fielding wrote: > > Added pre/post delays, as well as a precision amount for each. > > All times are in seconds. The actual delays is calculated as: > > actual_delay + (precision * e) > > (where e is a number in [-1,1]). I'm using rand() to g

Re: cvs commit: httpd-test/flood/examples round-robin-example.xml

2001-08-02 Thread Roy T. Fielding
> Added pre/post delays, as well as a precision amount for each. > All times are in seconds. The actual delays is calculated as: > actual_delay + (precision * e) > (where e is a number in [-1,1]). I'm using rand() to generate > the 'e' factor, and as this is not threadsafe on some >