Re: Asyncio problem, looking for advice.

2014-11-28 Thread Akira Li
Benjamin Risher brisher...@gmail.com writes: Hello all, I'm working on a project to learn asyncio and network programming. What I'm trying to do is forward a connection from myself to another machine. Kind of like an asynchronous python implementation of fpipe. In a nutshell: 1 --

Re: Asyncio problem, looking for advice.

2014-11-28 Thread Benjamin Risher
On Friday, November 28, 2014 6:12:20 AM UTC-6, Akira Li wrote: Benjamin Risher writes: Hello all, I'm working on a project to learn asyncio and network programming. What I'm trying to do is forward a connection from myself to another machine. Kind of like an asynchronous python

Re: Asyncio problem, looking for advice.

2014-11-28 Thread Akira Li
Benjamin Risher brisher...@gmail.com writes: On Friday, November 28, 2014 6:12:20 AM UTC-6, Akira Li wrote: Benjamin Risher writes: Hello all, I'm working on a project to learn asyncio and network programming. What I'm trying to do is forward a connection from myself to another

Asyncio problem, looking for advice.

2014-11-27 Thread Benjamin Risher
Hello all, I'm working on a project to learn asyncio and network programming. What I'm trying to do is forward a connection from myself to another machine. Kind of like an asynchronous python implementation of fpipe. In a nutshell: 1 -- start a server listening on localhost 2 -- connect