Hi,

I'm using HttpClient in a situation where high concurrency is expected
and am doing some testing/benchmarking using gatling-tool.

While performance isn't bad, things aren't scaling as well as I'd have
hoped. (I'm running on a amazon XL instance)

When profiling with gatling running using 200 users I see very
significant contention in java.reflect.Proxy.newInstance().  See:
https://www.dropbox.com/s/jjaqyfm54lxw0s8/Screen%20Shot%202014-05-08%20at%201.34.11%20PM.png

When i look at 4.2 source code, Proxys aren't used in this two places.

Questions:
1) Is this known issue?
2) Can I expect 4.2 to scale better?
3) Is there a way of configuring 4.3.3 to not use proxys?

thanks!
Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to