I currently create a new instance of HttpSolrServer for each update. It's convenient when sharding over a hundred shards in a heavily threaded updating client. How heavy is this class? Would it really be worth using a pool (map of pools really) to hold on to previously created instances?
Thanks Roy