CloudifySource / cloudify-widget

Widget for embedding a Cloudify "recipe player" in other website, to allow visitors to launch a certain recipe with a single click.
Apache License 2.0
3 stars 11 forks source link

Make startup non-blocking #33

Closed uric closed 11 years ago

uric commented 11 years ago

Currently the widget server starts each VM in the pool serially and waits for it to be fully bootstrapped. That means that the server takes a lot of time to start. Need to make this process async and parallel.