Skip to content

Enable MultiRun (-M) as default behaviour #479

@tueda

Description

@tueda

Version 5.0.0 may be a good point to change the default behaviour about filenames of temporary files.

See the discussions in #112 and #284.

Options:

  1. Don't change the behaviour.
  2. Always use the multi-run mode. Retain -M for compatibility, but it does nothing.
  3. Change the default behaviour to enable the multi-run mode, disabled by, say, -nM.

Related, but another concern is that ((int)GetPID())%100000 does not 100% guarantee a unique number. We may change this, for example, by removing %100000. Nowadays, I see PIDs like 25356 and 128171. It might happen the situation with PIDs differ by exactly 100000.

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions