Le 14 mars 09 à 13:34, Ralf Wildenhues a écrit :

* Akim Demaille wrote on Sat, Mar 14, 2009 at 01:24:28PM CET:
Le 14 mars 09 à 11:56, Ralf Wildenhues a écrit :

D'oh.  Wonder how often we will keep encountering this.

I have not understood what's going on here.  Are these files running
concurrently in the same pwd?

No.  The issue is different.  Whenever you have
 $program > file

and $program itself spawns other processes which inherit the file
descriptor to 'file', and write to it concurrently, then POSIX does
not guarantee that those writes are atomic.

Thanks, it is cristal clear now!



Reply via email to