On Fri, 13 Jul 2018 18:22:24 -0600 Eric Snow <[email protected]> wrote: > > 2. Give up on making things work inside the same OS process and rather > > focus on implementing better abstractions on top of the existing > > multiprocessing API so that the actor model is easier to program > > against. For example, providing some notion of Channels to communicate > > between lines of execution, a way to monitor the number of Messages > > waiting in each channel for throughput profiling and diagnostics, > > Supervision, etc. In particular I could do this by using an existing > > library like Pykka or Thespian and extending it where necessary. > > It may worth a shot. You should ask Davin Potts (CC'ed) about this. > We discussed this a little at PyCon. I'm sure he'd welcome help in > improving the multiprocessing module.
Davin has been mostly inactive. I'm the de facto maintainer for multiprocessing. Regards Antoine. _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
