Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It causes less xruns when launching a new plugin instance, even if the launch happens from a non-real time thread. Presumably, fork() blocks all threads in the parent task while the process is cloned, while vfork() doesn't make a copy and therefore doesn't block.
- Loading branch information