Friday, 01 June 2012
Interesting Snippets from 2012-06-01
-
Stripe Blog: Meet Einhorn
Einhorn, the language-independent shared socket manager. Einhorn makes it easy to have multiple instances of an application server listen on the same port. You can also seamlessly restart your workers without dropping any requests. Einhorn requires minimal application-level support, making it easy to use with an existing project.
-
Dr. Dobb's | The Design of LLVM | May 29, 2012
In the last five years, LLVM has evolved from an academic project to the universal back-end of C, C++, and Objective C compilers. The key to its success is its performance and adaptability, both of which derive from its unique design and implementation.