ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

Speed up minimesos by starting containers asynchronously #528

Open frankscholten opened 7 years ago

frankscholten commented 7 years ago

When running minimesos up containers from the minimesosFile are started one after the other in a blocking fashion.

Look into starting them asynchronously to speed things up.