Re: [python-tulip] Process + Threads + asyncio... has sense?

2016-04-25 Thread cr0hn cr0hn
Thanks for your responses. I uploaded as GIST my PoC code, if anyone would like to see the code or send any improvement: https://gist.github.com/cr0hn/e88dfb1fe8ed0fbddf49185f419db4d8 Regards, El miércoles, 20 de abril de 2016, 1:00:08 (UTC+2), Imran Geriskovan escribió: > > >1. With

[python-tulip] Process + Threads + asyncio... has sense?

2016-04-18 Thread cr0hn cr0hn
Hi all, It's the first time I write in this list. Sorry if it's not the best place for this question. After I read the Asyncio's documentation, PEPs, Guido/Jesse/David Beazley articles/talks, etc, I developed a PoC library that mixes: Process + Threads + Asyncio Tasks, doing an scheme like