在 Rails3 中运行 proxi 服务器

发布于 2024-11-08 11:54:20 字数 179 浏览 1 评论 0原文

由于rails没有多线程机制,那么同时处理多个请求的常见良好实践是什么?

它通常是通过让 Apache 重定向到名为“Mongrel”的东西来完成的,还是在 Rails3 架构中与称为 Rack 的更新解决方案不同?

我的应用程序不必处理数千个用户,但它必须以优雅的方式处理最小的并发性。

谢谢!

Since rails does not have a mechanism for multi-threading, what is the common good-practice of handling multiple requests at the same time?

Is it usually done by having Apache redirect to something called "Mongrel" or is that different in the Rails3 architecture with the more current solution called something like Rack?

My application does not have to handle thousands of users, but it does have to handle minimal concurrency in an elegant manner.

Thanks!

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

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

发布评论

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

评论(1

飘过的浮云 2024-11-15 11:54:20

是的,这就是机架服务器的工作。您可能会考虑使用 unicorn 或 Thin 作为 mongrel 的替代品。

Yes, this is the job of the rack server. You might look into unicorn or thin as alternatives to mongrel.

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