R. David Murray added the comment:

"finally a Pythonic (i.e. a single, explicit) way to do squeeze out more of our 
servers'"

I think that you don't understand the purpose of asyncio, then, since squeezing 
more out of servers is, to my understanding, neither a goal nor something it 
does (except in the mostly trivial sense that you use fewer threads).

What it does is to make writing correct multitasking code easier.  If you 
aren't writing non-trivial multitasking code, it doesn't buy you anything.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to