如何在云中自动扩展 Java 应用程序?或者,是否有适用于 Java 的 Heroku?

发布于 2024-10-01 18:53:26 字数 1539 浏览 6 评论 0原文

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

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

发布评论

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

评论(4

计㈡愣 2024-10-08 18:53:26

可扩展性的关键不仅仅是基础设施。您可以使用各种云产品:

  • Google App Engine
  • Amazon EC2
  • Heroku
  • CloudFoundry
  • VMForce(即将推出)
  • 等。

但是如果您应用程序本质上不具有可扩展性,云不会帮助您。

事实上,严格来说,可扩展性是应用程序的一个属性,它意味着应用程序通过简单地添加硬件就开始支持更高的负载。云为您提供“添加硬件”部分。剩下的就是你的责任了。

现在,如何实现应用程序的可扩展性是一个巨大的话题。 高可扩展性是此类文章的良好资源。

The key to scalability is not the infrastructure (only). You can use various cloud offers:

  • Google App Engine
  • Amazon EC2
  • Heroku
  • CloudFoundry
  • VMForce (upcoming)
  • etc..

But if your application is not inherently scalable, the cloud won't help you.

In fact, strictly speaking, scalability is a property of the application, and it means that the application starts supporting higher load by simply adding hardware. The cloud offers you the "adding hardware" part. The rest is your responsibility.

Now, how to achieve scalability of your application is a huge topic. High scalability is a good resource for such articles.

东京女 2024-10-08 18:53:26

现在 Heroku 支持 Java。服务/价格都很超值:)

Now Heroku supports Java. Great value for service/price :)

蓝眸 2024-10-08 18:53:26

查看 Google App Engine。对于您的情况,App Engine Java 概述会很有帮助。您还可以使用 Python 构建 App Engine 应用。

Take a look at Google App Engine. In your case, the App Engine Java Overview will be helpful. You can also build App Engine applications using Python.

枕头说它不想醒 2024-10-08 18:53:26

Google App Engine 执行此操作。它也是全部 Java 和 Javascript(需要时从 Java 转换)。

Google App Engine does this. It's all Java and Javascript (converted from Java when needed) too.

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