[ 
https://issues.apache.org/jira/browse/LABS-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Javier Puerto updated LABS-139:
-------------------------------

    Attachment: newFeature.delay.diff

Proposal code to the new feature.

> Added delay between http requests
> ---------------------------------
>
>                 Key: LABS-139
>                 URL: https://issues.apache.org/jira/browse/LABS-139
>             Project: Labs
>          Issue Type: New Feature
>          Components: Droids
>         Environment: All
>            Reporter: Javier Puerto
>            Priority: Minor
>         Attachments: newFeature.delay.diff
>
>   Original Estimate: 5h
>  Remaining Estimate: 5h
>
> Now you can define the milliseconds of delay between http request. You have 
> now three different implementations for the interface DelayTimer.
> * SimpleDelayTimer
> * RandomDelayTimer
> * GaussianRandomDelayTimer
> -- SimpleDelayTimer --
> Only applies a fixed delay to the request. Set the property "delay" in the 
> spring context.
> -- RandomDelayTimer --
> Generate a random delay between 0ms and the value specified. Set the property 
> "delay" in the spring context.
> -- GaussianRandomDelayTimer --
> Generate a random delay and combine with a fixed delay. Set the property 
> "delay" and "fixedDelay" in the spring context.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to