Hello,

ERP5 https://erp5.nexedi.com) implements the "Actalk" actor model in a
library called "CMFActivity". Processing (ex. financial transactions,
machine learning) can be distributed on a cluster of servers.

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.

        * Actalk: http://www-poleia.lip6.fr/~briot/actalk/papers/PAPERS.html
        * CMFActivity:
https://lab.nexedi.com/nexedi/erp5/tree/master/product/CMFActivity

Go channels concurrency model is ported to python:
https://pypi.org/project/pygolang/

Nexedi has plans to experiment a port of Actalk to Cython with GIL-less
concurrency.

Regards,

JPS.

Le 2019-03-31 12:30, Aratz Manterola Lasa via Python-Dev a écrit :

> Hello,
> I was wondering if there was any Python project aiming to implement the actor 
> model for python concurrency. ¿Does anyone know it?
> Aratz.
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> https://mail.python.org/mailman/options/python-dev/nicolas%40nexedi.com

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to