Re: Solr + SPDY

2014-05-16 Thread harspras
> encryption that you're after? > > > Markus > > > > -Original message- > From:harspras <[hidden email]> > Sent:Tue 13-05-2014 05:38 > Subject:Re: Solr + SPDY > To:[hidden email]; > Hi Vinay, > > I have been trying to se

RE: Solr + SPDY

2014-05-15 Thread Markus Jelsma
Hi Harsh,   Does SPDY provide lower latency than HTTP/1.1 with KeepAlive or is it encryption that you're after?   Markus   -Original message- From:harspras Sent:Tue 13-05-2014 05:38 Subject:Re: Solr + SPDY To:solr-user@lucene.apache.org; Hi Vinay, I have been trying to se

Re: Solr + SPDY

2014-05-12 Thread harspras
.472066.n3.nabble.com/Solr-SPDY-tp4097771p4135377.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr + SPDY

2013-10-26 Thread Vinay Pothnis
Hi Otis, While the main goal of SPDY is to reduce page load times - i think we could benefit from it in Solr context as well. The transport layer is still TCP - but SPDY allows multiplexing of requests. It also uses compression and reduces the overhead of http headers. An excerpt from http://webt

Re: Solr + SPDY

2013-10-25 Thread Otis Gospodnetic
I'm rusty on SPDY. Can you summarize the benefits in Solr context? Thanks. Otis Solr & ElasticSearch Support http://sematext.com/ On Oct 25, 2013 10:46 AM, "Vinay Pothnis" wrote: > Hello, > > Couple of questions related to using SPDY with solr. > > 1. Does anybody have experience running Solr o

Solr + SPDY

2013-10-25 Thread Vinay Pothnis
Hello, Couple of questions related to using SPDY with solr. 1. Does anybody have experience running Solr on Jetty 9 with SPDY support - and using Jetty Client (SPDY capable client) to talk to Solr over SPDY? 2. This is related to Solr - Cloud - inter node communication. This might not be a user-