László Nagy
2016-05-16 07:35:30 UTC
Hi,
I just came across this benchmark (actually, Guido van Rossum tweeted):
http://magic.io/blog/uvloop-blazing-fast-python-networking/
It seems that tornado's ioloop is not the fastest. AFAIK tornado already
allows us to replace ioloop with Python's built in asyncio event loop. How
hard would it be to add uvloop as an alternative implementation?
What is under the hood? Is it possible that tornado was slow in this
benchmark because it parses/routes http requests at a higher level?
Thanks,
Laszlo
I just came across this benchmark (actually, Guido van Rossum tweeted):
http://magic.io/blog/uvloop-blazing-fast-python-networking/
It seems that tornado's ioloop is not the fastest. AFAIK tornado already
allows us to replace ioloop with Python's built in asyncio event loop. How
hard would it be to add uvloop as an alternative implementation?
What is under the hood? Is it possible that tornado was slow in this
benchmark because it parses/routes http requests at a higher level?
Thanks,
Laszlo
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.