Re: Solr + SPDY

2014-05-12 Thread harspras
Hi Vinay, I have been trying to setup a similar environment with SPDY being enabled for Solr inter shard communication. Did you happen to have been able to do it? I somehow cannot use SolrCloud with SPDY enabled in jetty. Regards, Harsh Prasad -- View this message in context: http://lucene.47

Re: Solr + SPDY

2014-05-16 Thread harspras
Hi Markus, SPDY does provide lower latency in the case when I have multiple requests to the same server/domain. It compresses the header and reduces the number of connections. But since it uses tls I am not sure if it will be faster than http 1.1. That is why I wanted to test SPDY with solr for