pynsq icon indicating copy to clipboard operation
pynsq copied to clipboard

docs: difference between synchronous and async message handling

Open marians opened this issue 7 years ago • 2 comments

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!

marians avatar Oct 11 '16 07:10 marians

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

ploxiln avatar Oct 11 '16 14:10 ploxiln

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 avatar Oct 12 '16 16:10 mreiferson