Re: Basic asyncio usage

2014-11-25 Thread Benjamin Risher
On Monday, November 24, 2014 10:26:42 AM UTC-6, Marko Rauhamaa wrote: > Benjamin Risher : > > > I was wondering if you ever made progress with your asyncio project. > > I'm currently digging around for examples and reference material and > > came across your post. > > > > I'd be interested in any

Re: Basic asyncio usage

2014-11-24 Thread Marko Rauhamaa
Benjamin Risher : > I was wondering if you ever made progress with your asyncio project. > I'm currently digging around for examples and reference material and > came across your post. > > I'd be interested in any tips/gotchas/examples you'd be willing to > provide as far as asyncio. Here's an im

Re: Basic asyncio usage

2014-11-24 Thread Benjamin Risher
On Wednesday, March 26, 2014 6:35:31 AM UTC-5, Piotr Husiatyński wrote: > Hi, > I have posted the same question to python-tutor list *, but I'm trying > my luck here as advised. > > I'm trying to get more familiar with asyncio library. Using python > 3.4, I wrote simple echo server (see attachemen

Fwd: Basic asyncio usage

2014-03-26 Thread Piotr Husiatyński
Hi, I have posted the same question to python-tutor list *, but I'm trying my luck here as advised. 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 o