Does Windows Azure support the SPDY protocol? -


does know if windows azure (or plan to) support spdy protocol? didn't find guess not supported yet...

two answers:

1) support spdy, http/https load balancers must support npn negotiation part of ssl handshake. don't believe existing lb's have support this, hence won't able use platform lb's.

2) if configure load balancers simple tcp proxies, , push ssl negotiation down app servers, can deploy app server can perform npn negotiation (for example, apache mod_spdy, or node-spdy, etc).

same strategy applies aws well.


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -