-
Notifications
You must be signed in to change notification settings - Fork 269
Support multi-threaded plugins #826
Copy link
Copy link
Closed
Labels
Component: TestingUnit and integration tests and frameworksUnit and integration tests and frameworksPriority: LowPrioritized below most other issuesPrioritized below most other issuesType: EnhancementNew functionality or improved designNew functionality or improved design
Description
In order to support the Tor use-case in the multi-process architecture, we'll need to be able to handle plugins that run multiple threads (because Tor uses multiple threads for its onion-skin CPU workers).
This requires us to support the clone syscall, and may also require some work to enable the pthread library to function correctly, at least the subset of the API that Tor uses.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: TestingUnit and integration tests and frameworksUnit and integration tests and frameworksPriority: LowPrioritized below most other issuesPrioritized below most other issuesType: EnhancementNew functionality or improved designNew functionality or improved design