Pickle based workflow - looking for advice

Chris Angelico rosuav at gmail.com
Tue Apr 14 00:05:11 EDT 2015


On Tue, Apr 14, 2015 at 3:35 AM, Fabien <fabien.maussion at gmail.com> wrote:
> With multiprocessing, do I have to care about processes writing
> simultaneously in *different* files? I guess the OS takes good care of this
> stuff but I'm not an expert.

Not sure what you mean, here. Any given file will be written by
exactly one process? No possible problem. Multiprocessing within one
application doesn't change that.

ChrisA



More information about the Python-list mailing list