Skip to content

Package can not work in daemon processes. #3

@SerGeRybakov

Description

@SerGeRybakov

Package creates a global multiprocessing.Manager() which starts its own subprocess.

Such libraries like hypercorn can not work with this package, because they start daemon processes in which the package might be injected and started. Running new processes in daemon-processes is forbidden.

Perhaps the package needs some alternative decision of populating shared locks and shared multiprocessing objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions