Write Fast Apps Using Async Python 3.6 and Redis
eng.paxos.com
Write Fast Apps Using Async Python 3.6 and Redis
1–10 of 134 posts
Re: Write Fast Apps Using Async Python 3.6 and Redis
#2I'm confused by the relationship between Paxos, the company, and Paxos, the algorithm. Do the authors of Paxos work for Paxos?
Edit:
https://en.m.wikipedia.org/wiki/Paxos_(computer_science)
Ah; both are named for a fictional financial systen
Re: Write Fast Apps Using Async Python 3.6 and Redis
#3Re: Write Fast Apps Using Async Python 3.6 and Redis
#4We've just recently started using Sanic[0] paired with Redis to great effect for a very high throughput web service. It also uses Python 3 asyncio/uvloop at its core. So far very happy with it. [0] https://github.com/channelcat/sanic
It's built by Tom Christie - the original author of Django Rest Foundation.
http://discuss.apistar.org/t/how-does-api-star-fit-in-with-d...
Re: Write Fast Apps Using Async Python 3.6 and Redis
#5Re: Write Fast Apps Using Async Python 3.6 and Redis
#6The title is misleading. The blog post doesn't cover how fast using async python is, it's a tutorial on how to use their ORM redis library.
https://magic.io/blog/uvloop-blazing-fast-python-networking/
Re: Write Fast Apps Using Async Python 3.6 and Redis
#7While I can write this kind of code, I don't feel like I completely understand some of the concepts.
Re: Write Fast Apps Using Async Python 3.6 and Redis
#8Can anyone recommend a good book to get started on concurrency, with discussions of models, and a few implementations such as golang and python 3.5+? While I can write this kind of code, I don't feel like I completely understand some of the concepts.
Re: Write Fast Apps Using Async Python 3.6 and Redis
#9Can anyone recommend a good book to get started on concurrency, with discussions of models, and a few implementations such as golang and python 3.5+? While I can write this kind of code, I don't feel like I completely understand some of the concepts.
https://pragprog.com/book/pb7con/seven-concurrency-models-in...