TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is anyone running Ruby 1.9 in Production?

3 点作者 EvilTrout超过 15 年前
I have a Rails game (www.forumwarz.com) that's moderately popular. Right now it's running on Ruby 1.8. It's holding up well with our current load (about 2M dynamic requests/day), but we are in between episodes of the game.<p>Soon, we will launch our third episode and expect a large spike in traffic. We plan on adding another server to our pool, but it occurs to me that Ruby 1.9.1 might be a good idea too.<p>After a day or two of tweaking, I seem to have the app running on Ruby 1.9.1 in my development environment. Early benchmarks show that it's 3x as fast as the Ruby 1.8 version, which is quite promising.<p>I am curious as to whether anyone running a similar or larger Rails site are running Ruby 1.9.1? Is it stable enough for a production app? What are your experiences? Is there anything I should watch out for?

1 comment

jcapote超过 15 年前
Ive been running 1.9 in production for about 6 months now, no issues. Generally if all your code works, you're good to go.