Hello:  

> > How does the HTTP Request sampler deal with multiple IP addresses
> > being returned for the host it is being asked to query?  Does it pick
> > an address from the roundrobin once per test, once per thread, once
> > per thread iteration, or some other less obvious choice?
> 
> I imagine it uses whatever it is given by the underlying JVM and OS
> ... the sampler itself just creates the HTTPUrlConnection and uses
> that.

That's right Sebb. Modifying these two JVM parameters would help Nathan
achieve what he needs:
        networkaddress.cache.ttl=<seconds>
        networkaddress.cache.negative.ttl=<seconds>

See also:
http://www.rgagnon.com/javadetails/java-0445.html
http://forum.java.sun.com/thread.jspa?threadID=232008&messageID=1217613

Regards,
Sonam Chauhan
-- 
Electronic Commerce, Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Email: [EMAIL PROTECTED]
 


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

Reply via email to