<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hello,</p>
<p>ERP5 <a href="https://erp5.nexedi.com">https://erp5.nexedi.com</a>) implements the "Actalk" actor model in a library called "CMFActivity". Processing (ex. financial transactions, machine learning) can be distributed on a cluster of servers. </p>
<p><span>Actalk is interesting because it provides a way to unify and combine multiple OOCP models within the same runtime, rather than being forced to use only one.</span></p>
<ul>
<li>Actalk: <a href="http://www-poleia.lip6.fr/~briot/actalk/papers/PAPERS.html">http://www-poleia.lip6.fr/~briot/actalk/papers/PAPERS.html</a></li>
<li>CMFActivity: <a href="https://lab.nexedi.com/nexedi/erp5/tree/master/product/CMFActivity">https://lab.nexedi.com/nexedi/erp5/tree/master/product/CMFActivity</a></li>
</ul>
<p>Go channels concurrency model is ported to python: <a href="https://pypi.org/project/pygolang/">https://pypi.org/project/pygolang/</a></p>
<p>Nexedi has plans to experiment a port of Actalk to Cython with GIL-less concurrency.</p>
<p>Regards,</p>
<p>JPS.</p>
<p><br /></p>
<p>Le 2019-03-31 12:30, Aratz Manterola Lasa via Python-Dev a écrit :</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div>Hello,</div>
<div>I was wondering if there was any Python project aiming to implement the actor model for python concurrency. ¿Does anyone know it? </div>
<div>Aratz.</div>
</div>
<br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<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">https://mail.python.org/mailman/listinfo/python-dev</a><br /> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/nicolas%40nexedi.com">https://mail.python.org/mailman/options/python-dev/nicolas%40nexedi.com</a></div>
</blockquote>
<p><br /></p>
</body></html>