Re: [Python-Dev] Actor Model in Python

2019-04-27 Thread Jean-Paul Smets
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 mode

Re: [Python-Dev] Actor Model in Python

2019-04-27 Thread Jean-Paul Smets
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 mode

Re: [Python-Dev] Actor Model in Python

2019-04-27 Thread Wes Turner
https://trio.readthedocs.io/en/latest/reference-core.html#synchronizing-and-communicating-between-tasks https://pypi.org/search/?q=Actor+model https://en.wikipedia.org/wiki/Actor_model https://en.wikipedia.org/wiki/Bulk_synchronous_parallel#The_model On Friday, April 26, 2019, Eric Snow wrot

Re: [Python-Dev] Actor Model in Python

2019-04-26 Thread Eric Snow
On Sun, Mar 31, 2019 at 9:19 AM Aratz Manterola Lasa via Python-Dev wrote: > I was wondering if there was any Python project aiming to implement the actor > model for python concurrency. As far as the standard library goes, the explicitly supported concurrency models are: threading, multiprocess

[Python-Dev] Actor Model in Python

2019-03-31 Thread Aratz Manterola Lasa via Python-Dev
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 Unsubscri