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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: $20 per month dedicated server?

7 点作者 shail将近 12 年前
Almost all the startups start with a VPS hosting.<p>The problem (haven't verified) is that when you are measuring performance metrics, they can be hell lot misleading because of the extra s/w sitting between your app and h/w.<p>I think there is a need for a dedicated server hosting for startups which is priced around $30 per month (2-4 core CPU ~3Ghz, 1-2 GB Ram, 500G hdd, 1TB bandwidth). What do you think about this idea?<p>I haven't done the cost calculation but would like inputs from someone experienced. As a startup, will hosting on a dedicated server for 30$ per month be a exciting option? Would you take it?<p>Edit: ----- Since $39 option is already there, then let me drop the price further $20. Obviously I can drop because its still an idea but I really want to know the price point at which startups will be more inclined to rent a dedicated server instead of a VPS because obviously dedicated is better. let me know if I am missing something here.

4 条评论

csense将近 12 年前
&#62; when you are measuring performance metrics, they can be hell lot misleading<p>This is true regardless. For example, if your I/O benchmark is basically sequential, and your application's access pattern is basically random, then your benchmark is useless.<p>Ultimately, the only test that matters is whether a particular piece of hardware runs your particular application. So as a startup, you write your website, put it on a VPS, if it's slow then you get a bigger VPS or switch providers. The common case is that a VPS is good enough, and once you grow beyond it, that means you're getting enough revenue to afford an upgrade to a bigger VPS or dedicated server out of money coming in.<p>If you <i>can't</i> afford the upgrade when you need it, then it means either you're inadequately capitalized (you don't have enough investment to survive the bootstrapping regime where necessary server spending outstrips revenue), or your code is too inefficient for your business model to be viable (making $X in revenue costs more than $X worth of server resources, the "bootstrapping" regime has no end).<p>&#62; 1-2 GB Ram<p>Upgrade this. RAM is cheap, and you get a lot of performance out of it.<p>&#62; I haven't done the cost calculation<p>The available information at my fingertips says buying a full rack (40U), power included, costs $650 per month [1]. So that's $16.25 per 1U. That leaves $3.75 per month, or $180 total over a 4-year lifetime. Let's say you use a Raspberry Pi as the server, it costs $35. That leaves $145, or $3.02 per server per month, to pay for bandwidth, labor, billing/accounting, storage media, power cables, networking gear, and profit for the owner.<p>$20 is really aggressive pricing. $30 might be more reasonable.<p>If you have sunk costs, then you might be able to make it work. E.g. if you just signed a multiyear deal for a ton of rack space, but the project you were planning on using it for isn't going to fly due to your cofounder getting hit by a bus, you can regard the rent on server space as a sunk cost since you'll be paying for it anyway. Filling it with $20/month servers would almost certainly be better than letting it sit idle (though maybe not better than filling it with more expensive servers, subletting it to someone else, or having your company declare bankruptcy).
评论 #5774214 未加载
gabipurcaru将近 12 年前
Not $30/month, but 50 euros is in the same ballpark I guess -- <a href="http://www.hetzner.de/en/hosting/produkte_rootserver/ex4" rel="nofollow">http://www.hetzner.de/en/hosting/produkte_rootserver/ex4</a>
negrit将近 12 年前
This already exist(In Europe at least) <a href="http://www.ovh.co.uk/dedicated_servers/kimsufi.xml" rel="nofollow">http://www.ovh.co.uk/dedicated_servers/kimsufi.xml</a> And for even cheaper
NonEUCitizen将近 12 年前
$39/month available via ovh:<p><a href="http://www.ovh.com/us/dedicated-servers/" rel="nofollow">http://www.ovh.com/us/dedicated-servers/</a>
评论 #5772088 未加载
评论 #5772365 未加载
评论 #5772051 未加载