X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.muarf.org!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!usenetcore.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'pypi': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'async': 0.16; 'duplicating': 0.16; 'fits': 0.16; 'pythonic': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'tcp': 0.16; 'wrote:': 0.16; 'documented': 0.18; 'solution.': 0.18; 'language': 0.19; 'developers.': 0.22; 'lawrence': 0.22; "python's": 0.23; 'header :In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'header:X-Complaints-To:1': 0.26; 'blocking': 0.29; 'i/o': 0.29; 'invoke': 0.29; 'javier': 0.29; 'code': 0.30; "can't": 0.32; 'core': 0.32; 'non': 0.32; 'language.': 0.32; 'realize': 0.32; 'useful': 0.33; 'open': 0.33; "i'll": 0.33; 'something': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'mark': 0.40; 'your': 0.60; 'real': 0.62; 'charset:windows-1252': 0.62; 'our': 0.64; 'course.': 0.67; 'eyes': 0.70; 'life.': 0.81; 'pythonistas,': 0.84; 'subject:Send': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Send data to asyncio coroutine Date: Sat, 1 Aug 2015 17:41:09 +0100 References: <97b62bfd-8b6d-45f0-8597-7799ba0ea4af@googlegroups.com> <6be85999-9a5a-4fd9-879b-f0777dc19643@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-187-35.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <6be85999-9a5a-4fd9-879b-f0777dc19643@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438447505 news.xs4all.nl 2916 [2001:888:2000:d::a6]:33967 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94844 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