On 01/08/2015 17:07, Javier wrote:

Asyncio is a crazy headache! I realized that I can't use asyncio tcp servers 
with pickle! Asyncio is good as a concept but bad in real life.

I think python's non blocking I/O is far from being something useful for 
developers till non-async code can invoke async code transparently. Duplicating 
all code/libs when you realize that something not fits asyncio is not a 
solution and even less a pythonic solution.


I'll keep my eyes open for your solution on pypi as clearly you know better than the Python core developers. Fully documented and tested of course.

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to