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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Heroku Announces New Version: “Celadon Cedar”

137 点作者 krohrbaugh将近 14 年前

14 条评论

mrkurt将近 14 年前
Oh, hey, it appears you can run python stuff too: <a href="https://gist.github.com/0a08e676559fc03e6200" rel="nofollow">https://gist.github.com/0a08e676559fc03e6200</a><p><pre><code> kurt$ heroku run bash Running bash attached to terminal... up, run.2 ~ $ python -V Python 2.7.1 ~ $</code></pre>
评论 #2602905 未加载
评论 #2603406 未加载
评论 #2606202 未加载
nzoschke将近 14 年前
I just created my first Node.js app. Clone ry's demo at:<p><a href="https://github.com/ry/node_chat" rel="nofollow">https://github.com/ry/node_chat</a><p>Add a Procfile and package.json per the docs:<p><a href="http://devcenter.heroku.com/articles/node-js" rel="nofollow">http://devcenter.heroku.com/articles/node-js</a><p>And it just works:<p><a href="http://node-chat.herokuapp.com/" rel="nofollow">http://node-chat.herokuapp.com/</a>
评论 #2604270 未加载
stephth将近 14 年前
<i>Cedar now allows you to scale any dyno as low or high as needed, including all the way down to 0. This means you could choose to scale your web dyno down to 0 and a worker to 1. If left this way for the entire month you would have 720 worker dyno-hours and 0 web dyno-hours total at the end of the month, fully inside the 750 available per month.</i> <a href="http://devcenter.heroku.com/articles/billing-changes" rel="nofollow">http://devcenter.heroku.com/articles/billing-changes</a><p>This means any process type, for example cron jobs, for free. As long as only one process is ran per app, but as far as I know, you can run as many apps as you want. This sounds like a very nice deal. Am I missing something?
评论 #2605883 未加载
woodhull将近 14 年前
It seems unlikely that rack-cache + memcached would actually offer similar performance to varnish. This seems like a pretty bad set of changes for apps that need to serve out lots of static content - think newspapers, blogs, etc.<p>Will the old configuration style for http caching continue to be supported indefinitely?
评论 #2603531 未加载
评论 #2603845 未加载
评论 #2603521 未加载
评论 #2603601 未加载
klaruz将近 14 年前
"LXC used as a container for all dynos running on Celadon Cedar"<p>Has anybody published a complete SELinux or SMACK policy to use LXC with untrusted users? Last I checked LXC wasn't fully ready yet.
评论 #2603274 未加载
peregrinari将近 14 年前
The use of LXC containers now is quite interesting for security.<p>"- Full isolation of processes for security and performance"<p>Have there been security-related incidents before with their slugs? Is this to address safer multi-tenancy?
评论 #2604506 未加载
jnl将近 14 年前
Blog post with code examples is here - much better than press release: <a href="http://blog.heroku.com/archives/2011/5/31/celadon_cedar/" rel="nofollow">http://blog.heroku.com/archives/2011/5/31/celadon_cedar/</a>
joevandyk将近 14 年前
This is beautiful. I like how they got rid of Varnish. The problem with Varnish was that you couldn't test it in your local development environment. (Heroku wouldn't give out their Varnish configuration, so you could only make an educated guess as to how their Varnish was configured.)
asolove将近 14 年前
Fantastic! I am glad to see support for HTTP 1.1. Anyone know if unicorn/Rails 3.1 chunked responses will work out of the box?
评论 #2603196 未加载
piotrSikora将近 14 年前
It looks that the new stack is based on BeeHive (<a href="http://getbeehive.com/" rel="nofollow">http://getbeehive.com/</a>).
评论 #2607573 未加载
MatthewB将近 14 年前
This is exciting stuff. I have been learning Ruby on Rails and will be pushing my code to Heroku soon.
jinushaun将近 14 年前
Full native Node.js support. Alright!
smickie将近 14 年前
Anyone find that grey on grey text a little hard to read?
rgabo将近 14 年前
it would makes sense if the documentation and the API had been updated before they did the press release. otherwise, great news for node.js people!
评论 #2602846 未加载