-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
PyZMQ improvements #326
Comments
Playing devil's advocate but aren't those features of ∅MQ and not specific to PyZMQ? Do they warrant mentioning when speaking of a wrapper for that service? |
Good call! I just read http://docs.python-guide.org/en/latest/notes/styleguide/#relevancy which states
I had not read the passage before. Instead I guess we should probably:
|
👍
What about including both and giving the reader the option to choose which they wish to know more about? I had to do some ZMQ research recently and ended up using both as a reference. I still don't feel I know it (or its API) well enough to know which is more or less useful. |
👍 I'll see if I can make a pull request on this when I have the time. |
👍 You're awesome |
Improvements to http://docs.python-guide.org/en/latest/scenarios/network/#pyzmq; Mention that it supports in-process message passing, inter-process message passing and tcp message passing.
The text was updated successfully, but these errors were encountered: