While that sounds very useful, what I'm working on is more along the lines of Heroku's distributed dyno model. In their terminology, a dyno is a Thin web application server process. When an app needs to be started up, it will be possible to determine how many dynos are needed, and they will be automatically started up across the grid of virtual servers and balanced using a custom load balancer.