TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Poll: Which CDN do you use?

44 pointsby grepalmost 15 years ago
For streaming media files, etc.

12 comments

jreadalmost 15 years ago
If anyone is interested, I've tested bandwidth performance of all of these CDNs using a CDN speedtest here: <a href="http://cloudharmony.com/speedtest" rel="nofollow">http://cloudharmony.com/speedtest</a><p>I pay users on mechanical turk to run the speedtest and get about 1000 tests run each month from around the world. The speedtest does a single large file test and another test consisting of lots of small files downloaded concurrently like a browser would download a webpage. The results show that the Anycast CDNs (MaxCDN, CacheFly and Cotendo) generally perform better for the multiple smaller files (i.e. CSS, JS, images) due to usually lower latency, while large files generally download faster on the larger (as in more PoPs) DNS-based CDNs like Edgecast and CloudFront. Overall, the top performers based on this testing are Edgecast and CacheFly. CloudFront does well in Apac, but is only about average in the US. GoGrid or Speedyrails resells Edgecast at very reasonable pay-per-use rates.
评论 #1445765 未加载
lyimealmost 15 years ago
I recently (2 months ago) started using Cloudfront (on Mugasha.com) for all our static assets. Images, CSS and JS so far, going to move to audio and video assets to Cloudfront spill over soon.<p>Setup is pretty straight forward, it took a few days to get it right. The main problem with Cloudfront and S3 is that it does not GZIP the files for you on fly based on headers (if browser accepts gzip).<p>So here is the process I have setup for a rails app.<p>0. Store all the static assets paths in a config file. LIke this <a href="http://grab.by/51Zh" rel="nofollow">http://grab.by/51Zh</a>. Then I modify the CSS and JS helpers with something like &#60;%= include_stylesheets :common, :media =&#62; 'all' %&#62; 1. Make changes to code (js/css/images) 2. Create a folder on s3 with a unique name based on the commit and time stamp. Store that folder name in some config file. 3. Run a script, that uploads all the images to cloud front. Then does a replace in all the CSS and JS file for image urls that are cloudfront based (asset1-5.mugasha.com for background images etc) Then combine, minify and compress/gzip css and js files. Upload files. 4. Commit and deploy.<p>Each time I run the script and deploy, the asset urls are automatically generated.<p>I am not sure if this is useful info, but I wanted to share anyway.<p>I am using modified version of Jammit <a href="http://documentcloud.github.com/jammit/" rel="nofollow">http://documentcloud.github.com/jammit/</a>
评论 #1446560 未加载
bdickasonalmost 15 years ago
My company was acquired and forced to switch to Akamai. The speed is good, and service is decent. However, the interface is RIDICULOUSLY confusing and they tried to bill us for a ton of different features which our old CDN provided at no cost because akamai had to spend 'hours' coding to enable them on our account.<p>We currently store about 3gb with Akamai's NetStorage, push roughly 80TB/month in video bandwidth which is about 5 million video views.<p>We were much happier with our former CDN - BitGravity. They streamed video like no other and had everything ready to go a few minutes after we signed up with them. We also had a stellar support guy named Marco on our account who took care of issues within the hour when we emailed.<p>Also have a bit of experience with CDNetworks (formerly Panther Express) who were great until they got acquired. Now they have lots of downtime and a very very very annoying sales staff constantly trying to upsell.
评论 #1447766 未加载
sernalmost 15 years ago
I've been using CloudFront for a while but now I'm evaluating Microsoft's Azure CDN. It seems to be a good service so I'm not sure why they're not promoting it on their website.<p>You have to use Azure Storage, which isn't that much of a problem because the whole service is very similar to Amazon's offering - I was just able to modify existing S3 code. The pricing is also about the same, but what Azure CDN has over CloudFront is a greater number of edge locations, most notably in Australia and South America. I'm really happy with their Asia/Australia performance.<p>Interestingly, the Azure CDN servers claim to run "EdgePrism", like LimeLight, although they seem to be hosted by Microsoft themselves.
ninjastar99almost 15 years ago
Why isn't Bitgravity in this mix? We use them and love them - and they also power Vimeo, CollegeHumor, and other huge sites. We have used them for images and video content and could not be happier.
评论 #1446280 未加载
prakashalmost 15 years ago
According to Cedexis, the top 5 CDN's in the US are:<p>1. Cotendo 2. EdgeCast 3. Limelight 4. Akamai 5. CloudFront<p><a href="http://www.cedexis.com/en/charts.html;jsessionid=9523EC359ADA718901DBF8B9F7F6CC3F?country=223&#38;providerType=3&#38;chartType=all" rel="nofollow">http://www.cedexis.com/en/charts.html;jsessionid=9523EC359AD...</a>
michaelbuckbeealmost 15 years ago
If anyone has experiences (good or bad) about S3 vs CloudFront I'd really appreciate you sharing them.
评论 #1445741 未加载
steve19almost 15 years ago
I am currently using MaxCDN. Are there any cheaper options avalible?<p>SimpleCDN is not allowing new sign ups for CDN accounts.<p>Also, why so many people using Cloudfront?
评论 #1446320 未加载
评论 #1446261 未加载
thegyppoalmost 15 years ago
I'm using Edgecast via PAYG at Speedyrails. Means you don't need to pay the ~$350 odd setup fee etc. Very happy with speeds &#38; latency especially here to Australia.
mixdevalmost 15 years ago
Wondering if CDNs offer any type of support if we buy through a reseller.
donohoealmost 15 years ago
Akami for images, CSS, js, swf's etc at nytimes.com
l4ualmost 15 years ago
using app engine as a cdn, just for fun.
评论 #1446279 未加载
评论 #1446000 未加载