-
Notifications
You must be signed in to change notification settings - Fork 0
Package can not work in daemon processes. #3
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed