Skip to content

Simultaneous sort file creation by all worker threads #602

@tueda

Description

@tueda

#527 added code to check if the sort file can be created in ReserveTempFiles(). In TFORM, all worker threads run this check simultaneously, resulting in random failures on Windows (I guess the file is created with an exclusive lock).

I think we don't need worker threads to check the sort file availability. Only the master thread should handle this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions