Re: [Tutor] Using asyncio in event-driven network library

2013-12-23 Thread Mark Lawrence
On 23/12/2013 12:06, Tobias M. wrote: On 22.12.2013 16:59, Tobias M. wrote: On 12/22/2013 04:50 PM, Mark Lawrence wrote: I'm sorry that I can't help directly, but the asyncio module is so new that I don't know if any of the other regulars here can help either :( I'd be inclined to wait for 24

Re: [Tutor] Using asyncio in event-driven network library

2013-12-23 Thread Tobias M.
On 22.12.2013 16:59, Tobias M. wrote: On 12/22/2013 04:50 PM, Mark Lawrence wrote: I'm sorry that I can't help directly, but the asyncio module is so new that I don't know if any of the other regulars here can help either :( I'd be inclined to wait for 24 hours from time of posting and if yo

Re: [Tutor] Using asyncio in event-driven network library

2013-12-22 Thread Tobias M.
On 12/22/2013 04:50 PM, Mark Lawrence wrote: I'm sorry that I can't help directly, but the asyncio module is so new that I don't know if any of the other regulars here can help either :( I'd be inclined to wait for 24 hours from time of posting and if you don't get any positive responses, the

Re: [Tutor] Using asyncio in event-driven network library

2013-12-22 Thread Mark Lawrence
On 22/12/2013 14:43, Tobias M. wrote: Hello, I am currently writing an event-driven client library for a network protocol [1] and chose to use the new asyncio module. I have no experience with asynchronous IO and don't understand all the concepts in asyncio yet. So I'm not sure if asyncio is act

[Tutor] Using asyncio in event-driven network library

2013-12-22 Thread Tobias M.
Hello, I am currently writing an event-driven client library for a network protocol [1] and chose to use the new asyncio module. I have no experience with asynchronous IO and don't understand all the concepts in asyncio yet. So I'm not sure if asyncio is actually the right choice . My goal: