Hello
What is the 'Timer or sleep resolution' ?
I dont think the sleep interrupted because an InterruptedException would have set the success to false.
This is the Result file for a Loop of 10, One Thread, Bean Shell Sampler with :
Thread.sleep(100)
<?xml version="1.0" encoding="UTF-8"?>
<testResults>
<sample t="94" lt="0" ts="1101662840625" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="94" lt="0" ts="1101662840734" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="109" lt="0" ts="1101662840859" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="109" lt="0" ts="1101662840968" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="110" lt="0" ts="1101662841078" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="93" lt="0" ts="1101662841171" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="94" lt="0" ts="1101662841281" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="109" lt="0" ts="1101662841390" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="110" lt="0" ts="1101662841500" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="109" lt="0" ts="1101662841609" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
</testResults>
For a Script with Thread.sleep(1000), the results are more consistant.
<sample t="1016" lt="0" ts="1101662913906" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1000" lt="0" ts="1101662914921" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1000" lt="0" ts="1101662915921" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1016" lt="0" ts="1101662916937" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1000" lt="0" ts="1101662917937" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1016" lt="0" ts="1101662918953" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1000" lt="0" ts="1101662919953" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1000" lt="0" ts="1101662920953" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1015" lt="0" ts="1101662921968" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
<sample t="1000" lt="0" ts="1101662922968" s="true" lb="BeanShell+Sampler" rs="200" rm="OK" dt="text" de="ISO-8859-1"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

