Matt Robenolt

Recent Posts

Scaling Django to 8 Billion Page Views

Posted by Matt Robenolt on September 24, 2013

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...

Posted by Matt Robenolt on May 23, 2013

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

Read More »