Diffusive
Task-oriented distributed computing framework
DIFFUSIVE HAS MOVED TO GITHUB: http://robphilipp.github.com/diffusive
The goal of diffusive programming is to make task-oriented distributed computing easier by separating the execution logic from the distribution logic. Diffusive programming, defined by a set of six principles, is an approach for performing method-level, task-oriented distributed computing. In diffusive programming, any method can be marked for distribution, regardless of its signature. And marking a method is necessary...