Location: Passalimani fish Tavern
Month: June 2015
Lions
Gmail spring cleaning
SSO with Nginx auth_request module
SSO with Nginx auth_request module – SSO as in Single Sign-On. Â Absolutely beautiful solution for one set of requirements, and a horrendous for another. Â Worth knowing though.
Nginx and Memcached, a 400% boost!
Here is an idea to try on a slow weekend: Nginx and Memcached, a 400% boost!
Memcached, the darling of every web-developer, is capable of turning almost any application into a speed-demon. Benchmarking one of my own Rails applications resulted in ~850 req/s on commodity, non-optimized hardware – more than enough in the case of this application. However, what if we took Mongrel out of the equation? Nginx, by default, comes prepackaged with the Memcached module, which allows us to bypass the Mongrel servers and talk to Memcached directly. Same hardware, and a quick test later: ~3,550 req/s, or almost a 400% improvement! Not bad for a five minute tweak!