The create-temporary.bash script for creation of temporary files (cf. #89) still has to apply file locks (cf. #93) to become thread-safe.
Its current race-condition when several instances are run in parallel is that two instances yield the same absolute temporary file path (very unlikely but possible), such that only a single temporary is created but returned by more than one of the running script applications.
The
create-temporary.bash
script for creation of temporary files (cf. #89) still has to apply file locks (cf. #93) to become thread-safe.Its current race-condition when several instances are run in parallel is that two instances yield the same absolute temporary file path (very unlikely but possible), such that only a single temporary is created but returned by more than one of the running script applications.