Showing posts with label caching. Show all posts
Showing posts with label caching. Show all posts

Tuesday, March 12, 2013

Netflix's many uses of Python

The Netflix Tech Blog: Python at Netflix

Interesting article.

They talk about using Python for many areas at Netflix, including for the cloud (AWS), caching, process management, web interfaces, data crunching and REST.

I've come across many different uses of Python before, like others have (after all, it is a versatile language, with many "batteries included"), but this may be the first post I've seen that talks about so many uses of Python at one place.

- Vasudev
dancingbison.com

Thursday, December 20, 2012

Google mod_pagespeed

New mod_pagespeed: cache advances, progressive JPEGs - Google Developers Blog

Caching is one big way to improve performance, but there are other ways too.

mod_pagespeed uses many ways.