Вопрос

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