GENI-NSF / geni-tools

Omni, stitcher, GCF sample aggregate manager, and other GENI tools.
Other
11 stars 15 forks source link

stitcher: use threading #260

Open ahelsing opened 9 years ago

ahelsing commented 9 years ago

Use threading in stitcher.py, so that AMs that don't depend on each other can be done in parallel

Imported from trac ticket #260, created by ahelsing on 05-01-2013 at 09:38, last modified: 06-20-2014 at 13:41

ahelsing commented 9 years ago

when we do this, name the threads with the AM name, and include that thread name in the log formatter so you can tell which is doing which.

We'll need to be careful about places the per AM stuff raises exceptions.

Trac comment by ahelsing on 05-30-2014 at 08:50