ENTRIES TAGGED "distributed"

Distributed resilience with functional programming

Steve Vinoski on when to make the leap to functional programming.

Functional programming has a long and distinguished heritage of great work — that was only used by a small group of programmers. In a world dominated by individual computers running single processors, the extra cost of thinking functionally limited its appeal. Lately, as more projects require distributed systems that must always be available, functional programming approaches suddenly look a…
Read Full Post | Comment |
Four short links: 15 March 2012

Four short links: 15 March 2012

Javascript STM, HTML5 Game Mashup, BerkeleyDB Architecture, and API Ontologies

  1. atomize.jsa distributed Software Transactional Memory implementation in Javascript.
  2. mari0 — not only a great demonstration of what’s possible in web games, but also a clever mashup of Mario and Portal.
  3. Lessons From BerkeleyDB — chapter on BerkeleyDB’s design, architecture, and development philosophy from Architecture of Open Source Applications. (via Pete Warden)
  4. An API Ontology I currently see most real-world deployed APIs fit into a few different categories. All have their pros and cons, and it’s important to see how they relate to one other.
Comments: 2 |