<html><head></head><body><font size="3">Oks. Thank you very much.</font><div><font size="3"><br></font> <br><div class="bloop_sign"><div><div style="font-family:Helvetica;font-size:16px;line-height:normal">---</div><div style="font-family:Helvetica;font-size:16px;line-height:normal"><span style="font-size:14px"><b>Daniel García (cr0hn)</b></span></div><div><span style="font-family:Helvetica;font-size:14px;line-height:normal">Security researcher and </span><font face="Helvetica"><span style="font-size:14px;line-height:normal">ethical hacker</span></font></div><div style="font-family:Helvetica;font-size:16px;line-height:normal"><span style="font-size:14px"><br></span></div><div style="font-family:Helvetica;font-size:16px;line-height:normal"><span style="font-size:14px"><i>Personal site</i>: <a href="http://cr0hn.com/">http://cr0hn.com</a></span></div><div style="font-family:Helvetica;font-size:16px;line-height:normal"><span style="font-size:14px"><i>Linkedin</i>: <a href="https://www.linkedin.com/in/garciagarciadaniel">https://www.linkedin.com/in/garciagarciadaniel</a> </span></div><div style="font-family:Helvetica;font-size:16px;line-height:normal"><span style="font-size:14px"><i>Company</i>: <a href="http://abirtone.com/">http://abirtone.com</a> </span></div></div><div style="font-family:Helvetica;font-size:16px;line-height:normal"><i style="font-size:14px">Twitter</i><span style="font-size:14px">: </span><span style="color:rgb(0,0,0);font-size:14px"><a href="https://twitter.com/ggdaniel">@ggdaniel</a> </span></div></div> <p class="gmail_quote" style="color:#000">El día 18 de abril de 2016 a las 18:40:14, Guido van Rossum (<a href="mailto:guido@python.org">guido@python.org</a>) escrito:</p> <blockquote type="cite" class="gmail_quote"><span><div><div></div><div>


<title></title>


<div dir="ltr">A better place for this question would be the tulip
Google group:<br>
<a href="https://groups.google.com/forum/#!forum/python-tulip">https://groups.google.com/forum/#!forum/python-tulip</a><br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Apr 18, 2016 at 3:05 AM, cr0hn
<span dir="ltr"><<a href="mailto:cr0hn@cr0hn.com" target="_blank">cr0hn@cr0hn.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>Hi all,</div>
<div><br></div>
<div>It's the first time I write in this list. Sorry if it's not
the best place for this question.</div>
<div><br></div>
<div>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 this diagram:</div>
<div><br></div>
<div>
<div> main -> Process 1 -> Thread 1.1 -> Task
1.1.1</div>
<div>                 
                 
                 
-> Task 1.1.2</div>
<div>                 
                 
                 
-> Task 1.1.3</div>
<div><br></div>
<div>                 
              -> Thread
1.2</div>
<div>                 
                 
                 ->
Task 1.2.1</div>
<div>                 
                 
                 ->
Task 1.2.2</div>
<div>                 
                 
                 ->
Task 1.2.3</div>
<div><br></div>
<div>             Process 2
-> Thread 2.1 -> Task 2.1.1</div>
<div>                 
                 
                 ->
Task 2.1.2</div>
<div>                 
                 
                 ->
Task 2.1.3</div>
<div><br></div>
<div>                 
            -> Thread 2.2</div>
<div>                 
                 
                 ->
Task 2.2.1</div>
<div>                 
                 
                 ->
Task 2.2.2</div>
<div>                 
                 
                 ->
Task 2.2.3</div>
</div>
<div><br></div>
<div>In my local tests, this approach appear to improve (and
simplify) the concurrency/parallelism for some tasks but, before
release the library at github, I don't know if my aproach is wrong
and I would appreciate your opinion.</div>
<div><br></div>
<div>Thank you very much for your time.</div>
<div><br></div>
<div>Regards!</div>
<span class="HOEnZb"><font color="#888888"></font></span>
<div><span class="HOEnZb"><font color="#888888"><br></font></span></div>
<span class="HOEnZb"><font color="#888888">--<br></font></span>
<div><span class="HOEnZb"><font color="#888888"></font></span>
<div dir="ltr"><span class="HOEnZb"><font color="#888888"></font></span>
<div><span class="HOEnZb"><font color="#888888"></font></span>
<div dir="ltr"><span class="HOEnZb"><font color="#888888"></font></span>
<div><span class="HOEnZb"><font color="#888888"><span style="font-size:12.8000001907349px">Daniel García a.k.a. cr0hn -
Security researcher and pentester</span><br></font></span></div>
<div><span class="HOEnZb">@ggdaniel<br></span></div>
<div><span class="HOEnZb"><a href="http://www.cr0hn.com/me/" target="_blank">http://www.cr0hn.com/me/</a></span></div>
</div>
</div>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>

Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/guido%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/guido%40python.org</a><br>

<br></blockquote>
</div>
<br>
<br clear="all">
<br>
--<br>
<div class="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>


</div></div></span></blockquote>
    </div></body></html>