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

docs: difference between synchronous and async message handling #164

Open
marians opened this issue Oct 11, 2016 · 2 comments
Open

docs: difference between synchronous and async message handling #164

marians opened this issue Oct 11, 2016 · 2 comments
Labels

Comments

@marians
Copy link

marians commented Oct 11, 2016

I'd like the documentation to explain what the differences between the synchronous and the async reader examples is. The might be obvious to those who developed pynsq, but aren't necessarily to somebody looking at it from the outside (like me).

Thanks!

@ploxiln
Copy link
Member

ploxiln commented Oct 11, 2016

Fair point, it could be more prominently mentioned that pynsq is for use with the tornado async framework, though it can be used in a simple synchronous mode. If you still want more explanation: http://www.tornadoweb.org/en/stable/guide/async.html

@mreiferson
Copy link
Member

It looks like the part of the docs that @marians is referring to is in regards to sync vs. async message handling. That definitely could benefit from some expansion.

@mreiferson mreiferson changed the title Difference between synchronous and async reader should be explained docs: difference between synchronous and async message handling Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants