Posts by Matt Robenolt

Scaling Django to 8 Billion Page Views

Scaling Django to 8 Billion Page Views

As we’re approaching 8 billion page views per month and 45k requests per second, we’ve learned a couple things about delivering comments to a lot of different people. Disqus is very well known for using Django for almost all of our web traffic, and that continues to be a thing today. As with any web framework, there are inherent trade-offs: rapid development vs performance, familiarity for new developers vs something custom, etc. Disqus likes to lean towards rapid development and familiarity over performance, and something fine tuned for our exact needs.
Read more »
Trying out this Go thing...

Trying out this Go thing...

Last Thursday, May 16th, we shipped our first Go project into production.
Read more »