Comet 解决方案:价格和性能

发布于 2024-10-19 19:33:27 字数 186 浏览 4 评论 0原文

我正在我的网络应用程序中实现一个通知系统。我必须考虑扩展的价格和性能。我知道一些很棒的解决方案,例如stream-hub。但我不知道它的价格。谷歌一下,不会出现任何价格。在性能方面,我做了一些研究,发现Jetty服务器支持延续,这很棒。我想选择最好的解决方案。在 Comet 解决方案方面有丰富经验的人是否知道目前在扩展 Web 应用程序方面的最佳解决方案?

I'm about implementing a notification system in my webapp. I have to consider the price and performance for scaling. I know a few solutions that are great, stream-hub for example. But I don't know the price of it. Google it and it will not come up any prices. In the performance side, I had made some research and found that the Jetty server support continutation, which is great. I wanna pick the solution that is best. Does anyone with good experience on Comet solution know the best solution right now in terms of scaling a web app?

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

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

发布评论

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

评论(2

江南烟雨〆相思醉 2024-10-26 19:33:27

Jetty 是一个很好的解决方案;我认识开发商,他真的很机灵。如果您要选择 Java,那是您最好的选择。

对于 .NET,我更喜欢 WebSync(因为我在生产它的公司工作),因为它具有可扩展性和易用性; 我并不是唯一一个有这种信念的人

话虽如此,我想说您首先要根据您对该语言的熟悉程度来选择您想要的软件。如果您是运行 Apache 的 Java 人员,您可能不需要 .NET 解决方案,反之亦然。

Jetty's a great solution; I know the developer, and he's really on the ball. If you're going for Java, that's your best bet.

For .NET, I favor WebSync (since I work for the comany that makes it) for scalability and ease of use; I'm not alone in that belief.

All that said - I'd say you want to pick the software you want based on your comfort level with the language first. If you're a Java guy running Apache, you probably don't want a solution that's .NET, and vice versa.

兔小萌 2024-10-26 19:33:27

在选择任何可用产品之前,您必须考虑一些重要的功能。

  1. 可扩展性
  2. 客户端断开连接检测
  3. 成功实现反向ajax 支持
  4. 跨域支持,摆脱 IE6 或 7 上的问题(每个主机两个连接)

因此,根据您的实现平台,我强烈建议有 2 个选择;

1 - 用于 ASP.NET 和Mono : PokeIn 库(帮助您突破 IIS 的限制,物有所值)

2 - 对于 JAVA:DWR (对于 Jetty 来说是非常好的选择,并且免费)

There are important features you have to consider before choosing any of the available products.

  1. Scalability
  2. Client disconnection detection
  3. Success in reverse ajax support
  4. Cross domain support to get rid of the problems on IE6 or 7 (two connections per host)

So, based on your implementation platform, there are 2 choices i highly suggest;

1 - for ASP.NET & Mono : PokeIn Library (helps you to break the limits on IIS and deserves the price)

2 - for JAVA : DWR (very good choice for Jetty and free)

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