On Tue, Apr 14, 2015 at 3:35 AM, Fabien <fabien.mauss...@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 -- https://mail.python.org/mailman/listinfo/python-list