将 mod-spdy 与 mod-mono 集成
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
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).