문제

Is there a way of getting SPDY on the WebLogic 11g server? I actually cannot imaging it but I at least had to ask.

도움이 되었습니까?

해결책

I do not believe WLS 11g has native SPDY support, but usually in the WLS architecture, we put a load balancer in front of the WLS cluster. Some load balancer vendors have added the SPDY support recently, such as F5 BigIP. Here is the link: F5 Gets SPeeDY, Enhances BIG-IP

다른 팁

If you can use Jetty, then you have full SPDY support, with additional benefit features such as transparent SPDY Push which - to my knowledge - is not provided by any other vendor and it is the #1 performance improvement for web sites provided by SPDY.

Jetty 9 also provides a full SPDY proxy that can talk SPDY or HTTP to backend servers (so you can use Jetty as you would use F5 as suggested in another response), so you can leverage SPDY Push even if you stick with your server in the backend.

Take also a look to HAProxy, a software load balancer that can terminate SSL and SPDY and forward SPDY transparently to backend servers.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top