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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

AppHarbor Sets their pricing and asks for feedback.

26 点作者 cipherzero超过 14 年前

5 条评论

skilesare超过 14 年前
I want to give good feedback. But I also want to be a little bit of jerk. I'm pretty sure that I woke up this morning and produced 20MB of data before my coffee finished brewing. Here are some things that have more than 20MB of storage:<p>1987: <a href="http://en.wikipedia.org/wiki/File:Macintosh_SE_b.jpg" rel="nofollow">http://en.wikipedia.org/wiki/File:Macintosh_SE_b.jpg</a> 1995: <a href="http://en.wikipedia.org/wiki/File:Zip-100a-transparent.png" rel="nofollow">http://en.wikipedia.org/wiki/File:Zip-100a-transparent.png</a> 2002: <a href="http://reviews.cnet.com/pc-card/kodak-20-mb-compactflash/1707-3239_7-183379.html" rel="nofollow">http://reviews.cnet.com/pc-card/kodak-20-mb-compactflash/170...</a> (Note the Discontinued tag)<p>Ok...enough sillyness. 20MB? If you have any index on your data this is really more like 12MB of data. I'll admit that the 20MB is free and enough to get started with a design, but there no way you'd be able to run any sort MVP on that amount of space. With the current lack of logging a couple hundred visitors would fill that up in a few days with just web traffic logging. $10/month isn't that expensive for the full 10GB...actually a great price point....but the 20MB just looks silly.<p>If I were you all I'd up it to 1GB. 20MB just looks so...1992ish? Heck even 100MB would look more appealing.<p>Please don't take this as too much of criticism. I'm using the service and love is so far. I'm sure you have some spreadsheet somewhere that says the free DB should be 20MB and I'm sure that there is a very logical reason for picking the number. But it is a bad number.
评论 #2151452 未加载
评论 #2151973 未加载
latch超过 14 年前
In short, there's a free tier, and then it's $0.05/hour.<p>There isn't really a concept of what you get for that (process/memory/disk/io/bandwidth...).<p>At that hourly price, it's ~40% the cost of an small EC2 instance, ~170% the price of a micro instance and ~5% the cost of an extra large.<p>If you aim for approx 15 apps on 1 extra large, that gives 1gb per app and somewhere around 1/2 EC2 CU instance.<p>Redundancy can be added by replicating the apps to a fallback server but not routing any traffic to them when everything is ok. If you had 15 EL servers and distributed each app's fallback server randomly, having 1 EL server go down would mean your 14 remaining instances would be handling 16, instead of 15, apps - not unreasonable.<p>Drop the EC2 prices to reserved instances, and there's suddenly room to grow+profit.<p>Without knowing what you are actually getting (EBS? LB? S3?) it's <i>impossible</i> to tell if this is a good or bad value.<p>Personally, deployment through git/mercurial isn't worth an even minute price premium over straight up EC2. Heroku had autoscaling, varnish and reverse proxy, possibly on higher margins - which I think is a large part of what makes Heroku, well, Heroku.
评论 #2151240 未加载
评论 #2151244 未加载
评论 #2151226 未加载
barranger超过 14 年前
What performance can I expect from a single instance? I know that your doing shared hosting on AWS Instances, but not sure which EC2 type, nor how many instances are being deployed to each. Without knowing that, it's hard to comment on whether five cents an hour is worth it or not (also that is time that the application is deployed correct, not compute time?)
评论 #2151139 未加载
johns超过 14 年前
If you want to provide direct feedback: <a href="http://blog.appharbor.com/2011/1/27/preliminary-pricing-page" rel="nofollow">http://blog.appharbor.com/2011/1/27/preliminary-pricing-page</a>
kolektiv超过 14 年前
Background worker and job pricing are probably more interesting to me academically speaking. At the moment, have people been able to test those? I didn't think so, and I would think they will be more variable in their data usage.<p>Do you know yet what kind of restrictions/capabilities a background worker process may have? External ports/consistent URI, for example?