Skip to content

Add Spawn Flag#228

Closed
jrusso1020 wants to merge 1 commit intoBogdanp:masterfrom
jrusso1020:add-spawn-flag
Closed

Add Spawn Flag#228
jrusso1020 wants to merge 1 commit intoBogdanp:masterfrom
jrusso1020:add-spawn-flag

Conversation

@jrusso1020
Copy link
Contributor

Add a --spawn flag to the cli that will allow a user to spawn
processes instead of fork processes if they are on an OS that
defaults to forking processes such as unix based machines.

This started from a conversation on this issue #227
which showed the problem on unix(namely macOS) systems caused by
forking processes.

Add a `--spawn` flag to the cli that will allow a user to spawn
processes instead of fork processes if they are on an OS that
defaults to forking processes such as unix based machines.

This started from a conversation on this issue Bogdanp#227
which showed the problem on unix(namely macOS) systems caused by
forking processes.
@Bogdanp
Copy link
Owner

Bogdanp commented Sep 17, 2019

That was quick! I'll play around with this tomorrow morning and then merge it. Does this work around the problem you were having?

@Bogdanp
Copy link
Owner

Bogdanp commented Sep 18, 2019

I've merged the change w/ rebase and renamed the flag to --use-spawn. Thanks!

@Bogdanp Bogdanp closed this Sep 18, 2019
@jrusso1020 jrusso1020 deleted the add-spawn-flag branch September 18, 2019 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants