Skip to content

Remove multi threaded load of dependencies #885

@isc-kiyer

Description

@isc-kiyer

Multi-threaded load of module dependencies adds a lot of complexity and often causes more issues with lock contention than speeding up the load. We have. a flag right now -synchronous that makes this synchronous but this should be the default and the multi-threading should be removed.
We should deprecate the flag to indicate that is the default (do not remove yet as it would be backwards incompatible to remove).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions