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

implement exec-based worker #13

Open
josegonzalez opened this issue Dec 9, 2013 · 4 comments
Open

implement exec-based worker #13

josegonzalez opened this issue Dec 9, 2013 · 4 comments

Comments

@josegonzalez
Copy link
Owner

No description provided.

@robertscherer
Copy link
Contributor

Could you elaborate on how you think this should work?

@josegonzalez josegonzalez modified the milestones: 0.0.3, 0.0.2 Jun 22, 2016
@josegonzalez
Copy link
Owner Author

Basically something that calls exec and executes the job in a sub-shell. Kind of weird, but would mean that the parent shell can survive weird exceptions/segfaults.

@josegonzalez josegonzalez removed this from the 0.0.3 milestone Sep 17, 2016
@LubosRemplik
Copy link
Contributor

It is not good idea, I have experienced that exec is too slow sometimes, this explains little bit why http://stackoverflow.com/a/16671752/991419

@josegonzalez
Copy link
Owner Author

@LubosRemplik I'm not saying it's for every situation, just something I've seen be useful in work.

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

3 participants