Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
Solr has lot of inter node communication happening during distributed searching or indexing. Benefits of SPDY is as follows:
-Multiple requests can be sent in parallel (multiplexing) and responses can be received out of order.
-Headers are compressed and optimized.
This implementation will be using clear-text spdy and not the usual TLS layer spdy.
This patch is contributed by Yahoo! Japan.