> 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
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
.472066.n3.nabble.com/Solr-SPDY-tp4097771p4135377.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
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
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-