Multiprocessing warning in documentation#4834
Merged
chemelnucfin merged 2 commits intoFeb 22, 2018
Merged
Conversation
539f5c4 to
2667c6b
Compare
tseaver
suggested changes
Feb 5, 2018
|
|
||
| Warnings about Multithreading and Multiprocessing | ||
| ------------------------------------------------- | ||
| - Multiprocessing has been known to hang if ``client`` creation is before fork() |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Contributor
Author
|
@tseaver, PTAL, thanks. |
theacodes
reviewed
Feb 13, 2018
| The issue is under investigation, but may be only happening on Macintosh and not Linux. | ||
| See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950>`_ for more information. | ||
|
|
||
| - It is also possible that multithreading creates a segmentation fault, but may have |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
theacodes
approved these changes
Feb 13, 2018
tseaver
suggested changes
Feb 22, 2018
Contributor
tseaver
left a comment
There was a problem hiding this comment.
I agree that we should drop the paragraph about multithreading.
fe285ea to
40ffe18
Compare
40ffe18 to
e672916
Compare
Contributor
Author
|
I was waiting for more clarification on the multiprocessing issue to take care of both multiprocessing and multithreading. Removed the multithreading. Merging. Will update on newer developments. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@vkedia Is this good for now? I will update it as I find out more information.