On Sat, Mar 17, 2018 at 3:11 AM, Walter Underwood <wun...@wunderwood.org> wrote:
> > On Mar 16, 2018, at 1:21 PM, Deepak Goel <deic...@gmail.com> wrote: > > > > However a single client object with thousands of queries coming in would > > surely become a bottleneck. I can test this scenario too. > > No it isn’t. The single client object is thread-safe and manages a pool of > connections. > > Your benchmark is probably the bottleneck. I have no problem driving 36 > CPUs to beyond > 65% utilization with a benchmark. > > Can you please post results of your test? Please tell us the tps at 25%, 50%, 75%, 100% of your CPU resource > Using one client object is not a scenario. It is how SolrJ was designed to > be used. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > >