Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top