Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optional support for posix-spawn #1

Open
kenn opened this issue Mar 28, 2013 · 1 comment
Open

optional support for posix-spawn #1

kenn opened this issue Mar 28, 2013 · 1 comment

Comments

@kenn
Copy link

kenn commented Mar 28, 2013

In some large rails apps, fork/exec could be very costly, as you fork a copy of 100MB+ just to exec a simple git command. On a memory constrained environment, posix-spawn is a must.

Take a look at how cocaine optionally supports that.

@mpasternacki
Copy link
Member

This is on the roadmap, and will be supported in the next version. It should also significantly improve performance of MiniGit's main client, https://github.com/3ofcoins/vendorificator. Thank you for the Cocaine hint - it's very relevant here.

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

No branches or pull requests

2 participants