Re: [Tutor] Basic asyncio usage

2014-03-25 Thread Alan Gauld
On 25/03/14 17:07, Piotr Husiatyński wrote: Hi, I'm trying to get more familiar with asyncio library. Using python 3.4, Given that this stuff is pretty much hot off the press you might get a better response on the main python list rather than on tutor. However, some of our resident guru's may

[Tutor] Basic asyncio usage

2014-03-25 Thread Piotr Husiatyński
Hi, I'm trying to get more familiar with asyncio library. Using python 3.4, I wrote simple echo server (see attachement for the code). I know that instead of using bare bone send/recv I could use some of the helper functions, but I want to start with the basics. Using current code, I can connect f