将 mod-spdy 与 mod-mono 集成

发布于 2024-11-18 20:51:53 字数 176 浏览 3 评论 0原文

Google 正在为 Web SPDY 开发一种新的应用程序级协议,并且有一个适用于它的 apache 模块 mod-SPDY。我的问题是是否可以将 mod-spdy 与 apache 的 mono 模块(用于打开 .net 页面)集成,以便用 .net 编写的页面可以通过 SPDY 加载。 如果是这样,我该如何去做呢?

Google is working on a new application level protocol for the web SPDY and there is an apache module mod-SPDY for it. My question is that is it possible to integrate mod-spdy with apache's mono module (for opening .net pages) so that pages written in .net can load over SPDY.
If so, how do I go about doing it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小红帽 2024-11-25 20:51:53

mod_spdy 已被搁置了一段时间,但现在正在积极开发中。请再试一次:http://code.google.com/p/mod -spdy/wiki/入门

mod_spdy had been put on hold for a while but is now under active development. Please give it another try: http://code.google.com/p/mod-spdy/wiki/GettingStarted

-小熊_ 2024-11-25 20:51:53

mod_spdy 是死代码。它是在 SPDY 版本 1 时写回的,无法与最新版本的 Chrome 一起使用:http://japhr.blogspot.com/2011/04/dont-bother-with-modspdy.html

因此不幸的是,如果您想将 mono 与 SPDY 一起使用,您将需要寻求替代方案(例如为 mono 编写自己的库)。

mod_spdy is dead code. It was written back when SPDY was at version 1 and won't work with recent versions of Chrome: http://japhr.blogspot.com/2011/04/dont-bother-with-modspdy.html.

So unfortunately, if you want to use mono with SPDY, you will need to pursue alternatives (e.g. writing your own library for mono).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文