Startup time for parallel processes

Issue #20 resolved
andrew_peterson repo owner created an issue

When running parallel, currently all the individual ssh connections are started sequentially. If each takes a few seconds, this adds up. We can make this faster by having threads start the processes in parallel.

Comments (1)

  1. Log in to comment