KodeKabuki

Welcome, my name is Harish Mallipeddi. I work for Amazon Web Services (AWS). This blog is mostly a dump of interesting articles that I come across on the web. Topics span across multiple areas including algorithms/datastructures, NoSQL stores, database internals, web-scale challenges, and functional languages.

November 30, 2007 at 12:15am

Home

Candygram: Python implementation of Erlang concurrency primitives. →

Simulates Erlang-ish concurrency features but Erlang supports micro-threads whereas Candygram creates real threads since there are no micro-threads in Python.