Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Speed up process switching #411

Open
marcinslusarz opened this issue Oct 5, 2017 · 0 comments
Open

Speed up process switching #411

marcinslusarz opened this issue Oct 5, 2017 · 0 comments

Comments

@marcinslusarz
Copy link
Contributor

We may not get real multi-process support (#183) for quite some time, but we can make process switching much faster (because currently it's extremely slow). Instead of opening the pool before each syscall and closing it after we can keep the pool open and close it only on blocking syscalls (like wait, read from a pipe, flock, etc). It's much more fragile than normal process switching, so it should be optional.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant