AndyHughes
15 years agoRegular Contributor
Fixed Load - what is this specifically?
Am I right in thinking that fixed load is the generator which attempt to keep the load at a fixed rate so for example 20 requests/sec. So depending on the interval the generator will 'top up' the level of requests to 20, each interval, however many are needed?
So in order to achieve an almost constant rate it would be best to reduce the interval to a minimum so that as soon as 20 dropped to 19 it was 'topped up' immediately because the interval is so small?
So in order to achieve an almost constant rate it would be best to reduce the interval to a minimum so that as soon as 20 dropped to 19 it was 'topped up' immediately because the interval is so small?