Is Nginx obsolete now that we have Amazon CloudFront?
1–10 of 64 posts
Re: Is Nginx obsolete now that we have Amazon CloudFront?
#2Re: Is Nginx obsolete now that we have Amazon CloudFront?
#3I think those optimizing habits are now obsolete: best practice is to have a front-end cache.
A corollary is that we usually needn't worry about a dynamic framework serving large static assets: the front-end cache ensures it happens rarely.
Unfortunately it's still the doctrine of some projects that a production project will always offload static-serving. So for example, the Django docs are filled with much traditional discouragement around using the staticfiles serving app in production, including vague 'this is insecure' intimations. In fact, once you're using a front-end cache, there's little speed/efficiency reason to avoid that practice. And, if it is specifically supected to be insecure, any such insecurity should to be fixed rather than overlooked simply because "it's not used in production".
Re: Is Nginx obsolete now that we have Amazon CloudFront?
#4Re: Is Nginx obsolete now that we have Amazon CloudFront?
#5Re: Is Nginx obsolete now that we have Amazon CloudFront?
#6e.g.: Is Mountain Lion going to kill Windows 8? .. etc.
Re: Is Nginx obsolete now that we have Amazon CloudFront?
#7nginx can do a lot more than serve static files.
Re: Is Nginx obsolete now that we have Amazon CloudFront?
#8I was once told by somebody wise that if a post asks a question, then the answer is usually no. e.g.: Is Mountain Lion going to kill Windows 8? .. etc.
[1]: http://en.wikipedia.org/wiki/Betteridges_Law_of_Headlines
Re: Is Nginx obsolete now that we have Amazon CloudFront?
#9CloudFront is pretty good, just make sure you are able to config your asset source in one line. Otherwise you have to use a tool to invalidate the cloudfront cache frequently during dev and it's not instant.
Re: Is Nginx obsolete now that we have Amazon CloudFront?
#10Sure it's obsolete, who needs databases and live, chancing data. All we need is a static pages. Besides who needs to build his own infrastructure, it's 2012 right ? Let's buy it.