我可以将 SPDY 与 Unicorn 一起使用吗?

Posted

技术标签:

【中文标题】我可以将 SPDY 与 Unicorn 一起使用吗?【英文标题】:Can I use SPDY with Unicorn? 【发布时间】:2013-11-09 06:16:32 【问题描述】:

我想在我的 Rails 应用程序中使用 SPDY。我看到了如何设置SPDY with nginx + Passenger 以及使用 Apache (mod_spdy) 设置 SPDY 的解决方案。

我可以将 SPDY 与 Unicorn 和 NGINX 一起使用吗?如何配置?

谢谢

【问题讨论】:

【参考方案1】:

你可以在 Unicorn 上使用 nginx spdy 模块,没有什么特别之处。只需阅读文档:http://nginx.org/en/docs/http/ngx_http_spdy_module.html

【讨论】:

【参考方案2】:

SPDY 仅在 Web 服务器上实现,例如 NGINX 或 Apache。独角兽与此无关。所以你可以修补你的 web 服务器,因为 Unicorn 是一个应用程序服务器,它应该对此没有影响。

【讨论】:

以上是关于我可以将 SPDY 与 Unicorn 一起使用吗?的主要内容,如果未能解决你的问题,请参考以下文章

将 spdy 与 mod_php 一起使用

RESTful Web 服务可以从 SPDY 协议中受益吗?

如何使我的 Web 应用程序与 SPDY、Jetty 一起工作 [关闭]

为啥 Unicorn 需要和 Nginx 一起部署?

aws、django、unicorn 和 s3 - 那我需要 nginx 吗?

Netty 4.0 SPDY 文件传输不工作