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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Online Labs Designed Its Own ARM Servers To Take On AWS, DigitalOcean

85 点作者 bmoresbest55超过 10 年前

15 条评论

azinman2超过 10 年前
I'd like to see them create some zones outside of Europe. For me its a deal killer to have US-based traffic leave the continent.
评论 #8604778 未加载
scott00超过 10 年前
I was confused for a long time trying to reconcile the claim of &quot;912 computers per rack&quot; with what I observed in the video: 18 servers per cartridge, 16 cartridges per case, so 288 servers per case. I finally realized they must have meant cores: so 4 cores x 18 servers x 16 cartridges = 912 cores per case is probably how I would have put it.<p>Ballparking the size of the case based on the comparison of a single server to a business card, it looks like they&#x27;re using roughly a 7U case. Anybody know more about the specs of a case-load of servers? I&#x27;d love to know what the power consumption is. If you could put 6 of those cases in a cabinet, that would be some pretty incredible compute density.<p>I hope they consider selling the system externally. At first blush at least it seems like it would be an ideal setup for hosting colocated trading applications.
评论 #8606267 未加载
patrickg_zill超过 10 年前
I predict failure.<p>The first and main reason is, that when you have multiple containers&#x2F;VMs on a single server, what really happens is that &quot;peak&quot; or &quot;burst&quot; CPU matters more, in terms of what the user (whether developer doing testing, or users of a website that are browsing it) sees as performance.<p>Only in very memory-intensive tasks would these servers outperform (because the memory bandwidth is dedicated to just your server and is not shared). Then again, being able to bump from 2GB to 4GB (provided the application can take advantage of it) of RAM might well minimize the issue due to caching or other optimizations.<p>Second, 2GB RAM is (sadly) just not enough. As an example, the Zimbra mail server barely runs in 2GB; and many other Java based programs are only fast once they have chewed up a couple hundred MBs of RAM.
评论 #8603906 未加载
评论 #8604592 未加载
评论 #8605046 未加载
评论 #8604155 未加载
jstsch超过 10 年前
This looks lovely. Requested an invite. All signs are green for the race to the 1€&#x2F;month server.
评论 #8605138 未加载
general_failure超过 10 年前
Wow, this is fantastic. I signed up for a trial and spun up a server. docker works well. A quick review: 1) they have the equivalent of ec2&#x2F;digital ocean 2) can create volumes that can be attached to instances. 3) can create images and snapshots 4) s3 like storage. not sure about AZs and such. 5) I tried reserving an IP but they seem to be out of it.<p>Only downside - I would like to know the pricing before I start using this.<p>If anyone from Online Labs is reading this, please let us know about the pricing!<p>I will give the API a try tonight.
评论 #8606273 未加载
lobster_johnson超过 10 年前
I wonder how similar this is to their existing dediboxes; I have an €5.99&#x2F;mo box with them which is some kind of VIA Nano-based Dell that is only sold in Europe:<p><a href="http://www.online.net/en/dedicated-server/dedibox-scg2" rel="nofollow">http:&#x2F;&#x2F;www.online.net&#x2F;en&#x2F;dedicated-server&#x2F;dedibox-scg2</a><p>Nice little setup. It&#x27;s slow, of course (certainly not fast enough to encode 720p H.264 in real time, for example), and the ARM architecture is bound to be faster.
angrybits超过 10 年前
I wonder if this isn&#x27;t a little late to market. At this point, the major cloud providers offer such a large array of products and services that add value to their VM capabilities that I find it hard to imagine someone architecting a substantial system on this platform anytime soon.<p>That said, they will make a juicy acquisition target for someone who wants their tech. So I am not saying they wasted their time either.
评论 #8602756 未加载
lbotos超过 10 年前
Well, They are still going to have to figure out how to &quot;Seamlessly&quot; mirror nodes because it&#x27;s going to suck when half of one of those boards dies. I do wish them the best as my inner nerd loves the idea.
jacquesm超过 10 年前
Very pretty. What is the power density of these? 288 nodes&#x2F;enclosure is pretty dense. Did you design your own enclosure&#x2F;backplane as well? What are the interconnects?
pjc50超过 10 年前
<i>How much does it cost?<p>The preview is free! You should expect good prices as we designed our own hardware for the cloud.</i><p>Yes, but how much does it cost?
评论 #8603901 未加载
danellis超过 10 年前
The cards look really nice. Too bad they&#x27;re not selling those and their shelf.
sargun超过 10 年前
What processor did they use in order to put ECC on an ARM board?
评论 #8603945 未加载
评论 #8603711 未加载
评论 #8603707 未加载
mehh超过 10 年前
Do they provide Load Balancers akin to what AWS does?
评论 #8604709 未加载
api超过 10 年前
Some immediate thoughts:<p>These would be very interesting for low-latency network-heavy applications if each machine had a 1gbps latency-optimized network connection to the core switch wherever they&#x27;re hosted. Virtualization might be fine from a throughput POV but I&#x27;ve seen hypervisors impose a fair amount of latency &quot;jitter&quot; on heavily loaded hosts. It&#x27;s one of the reasons why bare metal servers can be better. I&#x27;m thinking core network router functions, certain kinds of games, etc.<p>Another area where I can see this excelling is high security applications, like having a cloud node that is in charge of signing things with very protected secret keys like some kind of certificate authority. Virtualization has a pretty good security record, but for high-paranoia applications bare metal is better. If you offered the ability to upload your own pre-encrypted image this would be very interesting. Not quite as good as homomorphic encryption, but that&#x27;s not quite &quot;there&quot; yet -- still too slow to be usable. At the very least you&#x27;d have to crack into the hardware and dump the RAM to break into a system and steal a key.<p>Finally, make stability a high priority. With low power, low heat dissipation, dedicated hardware, and solid state everything you should have an easier path to cheaper &quot;many nines&quot; high-reliability service. That kind of thing is kind of expensive right now in the hosting world so you&#x27;d have some pricing power there.<p>&#x2F;shameless plug:<p>ZeroTier One, a network virtualization engine for inter-container and inter-VM networking as well as VPN access, supports 32-bit ARM&#x2F;Linux as an officially supported platform:<p><a href="https://www.zerotier.com/download.html" rel="nofollow">https:&#x2F;&#x2F;www.zerotier.com&#x2F;download.html</a><p>It&#x27;s also possible to use it with Docker very easily:<p><a href="https://github.com/davide/docker-zerotier" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;davide&#x2F;docker-zerotier</a><p>I decided to create an official ARM build and support that platform since there were so many users on Raspberry Pi and similar, but as far as I know these binaries will run on this architecture. I signed up for a preview of Online.Net so I will test once I have a &quot;box.&quot; :)<p>EDIT:<p>Tested with your free trial via the web terminal, and the ARM build from the above download link works flawlessly as long as you &quot;modprobe tun&quot; first:<p><a href="http://i.imgur.com/FmB9ndK.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;FmB9ndK.png</a><p>Then I pinged my laptop on the desk next to me, which also happens to be on the &quot;Earth&quot; virtual LAN. Fun stuff. :)
notastartup超过 10 年前
Can this match Digital Ocean&#x27;s pricing? At $5&#x2F;month it&#x27;s hard to beat.
评论 #8604967 未加载