0

I'm using Dispy/pycos to run multiple jobs across a multitude of machines. The results of computations come back to the main script, which writes them out into a set of files -- from different threads.

Do I need to explicitly synchronize output operations in my code -- to prevent lines output by different threads from garbling each other -- or is this already taken care of for me by Python?

So far I have seen no such garbling, but, maybe, it was just luck?..

Mikhail T.
  • 3,043
  • 3
  • 29
  • 46

0 Answers0