Changes between Initial Version and Version 1 of Ticket #1146


Ignore:
Timestamp:
08/05/14 16:47:21 (10 years ago)
Author:
Mario Domenech Goulart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1146 – Description

    initial v1  
    1 Both use the non-atomic strategy of checking if a file system object exist then act, which may lead to race conditions.
     1Both use the non-atomic strategy of checking if a file system object exists then act, which may lead to race conditions.
    22
    33{{{create-temporary-directory}}} is specially more fragile because it uses {{{directory-exists?}}} to check if a file system object exists.  So, for example, if a regular file with the same name as the attempted one exists, create-temporary-directory will fail.