dyoder / befog

Command line utility for cloud management
MIT License
4 stars 4 forks source link

`befog <add|remove|start|stop>` should do their tasks in parallel #33

Closed flores closed 12 years ago

flores commented 12 years ago

Starting, say, 24 servers takes longer than needed since we're currently doing them one at a time

dyoder commented 12 years ago

This is now being done in parallel, but we need a mutex for some things. See #45. Closing this ticket.