用Java编写高性能服务器的读物

发布于 2024-07-07 02:07:33 字数 98 浏览 7 评论 0原文

谁能介绍一下我应该读的书籍/论文/文章如果我想用Java编写一个高性能的RPC服务器,它可以处理大量并发连接(C10K或以上),具有容错能力,可以横向扩展,并保持高吞吐量? 谢谢!

Could anyone please introduce books/papers/articles that I should read If I want to write a high-performance RPC server in Java, which handles large number of concurrent connections(C10K or over), is fault-tolerant, can be scaled out, and maintains high throughput? Thanks!

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

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

发布评论

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

评论(2

送舟行 2024-07-14 02:07:33

几年前,Ebay 用 Ja​​va 重新实现了他们的平台,并且有一些白皮书和演示文稿对其进行了描述。 以下是一些:

据说该网站上的某个地方有一个相关白皮书的链接,尽管我还没有找到它:
http://www.corej2eepatterns.com/

A few years ago Ebay reimplemented their platform in Java and there are a few white papers and presentations floating around that describe it. Here are some:

Supposedly there is a link to a relevant white paper somewhere on this site, though I haven't found it yet:
http://www.corej2eepatterns.com/

放赐 2024-07-14 02:07:33

我建议阅读有关 LMAX 架构的内容,他们在 Java 系统上每秒处理超过 100k 事务。

I would recommend to read about the LMAX architecture, they are doing more than 100k transactions per second on a Java system.

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