https://bz.apache.org/bugzilla/show_bug.cgi?id=52073
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #8 from Philippe Mouawad <[email protected]> --- Author: pmouawad Date: Wed Mar 9 12:23:31 2016 New Revision: 1734228 URL: http://svn.apache.org/viewvc?rev=1734228&view=rev Log: [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Based on PR by Benoit Wiart + the addition (blame me) of JMeterPoolingClientConnectionManager (see mailing list mail I will send) Bugzilla Id: 52073 Added: jmeter/trunk/src/protocol/http/org/apache/http/ jmeter/trunk/src/protocol/http/org/apache/http/impl/ jmeter/trunk/src/protocol/http/org/apache/http/impl/conn/ jmeter/trunk/src/protocol/http/org/apache/http/impl/conn/JMeterPoolingClientConnectionManager.java (with props) jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/ResourcesDownloader.java (with props) Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java jmeter/trunk/xdocs/changes.xml -- You are receiving this mail because: You are the assignee for the bug.
